Skip to content

PasswordOpts

@tsed/schema-formio

Usage

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

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

Overview

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

showCharCount

ts
showCharCount?: boolean;

showWordCount

ts
showWordCount?: boolean;

Released under the MIT License.