Skip to content

TextareaOpts

@tsed/schema-formio

Usage

typescript
import { TextareaOpts } from "@tsed/schema-formio";

See /packages/third-parties/schema-formio/src/types/decorators/textarea.ts.

Overview

ts
interface TextareaOpts extends Record<string, any> {
    showCharCount?: boolean;
    showWordCount?: boolean;
}

showCharCount

ts
showCharCount?: boolean;

showWordCount

ts
showWordCount?: boolean;

Released under the MIT License.