Skip to content

Password

@tsed/schema-formio

Usage

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

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

Overview

ts
function Password(props?: PasswordOpts): PropertyDecorator;

Description

Configure the property as Password component.

Released under the MIT License.