Skip to content

MinWords

@tsed/schema-formio

Usage

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

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

Overview

ts
function MinWords(value: number): PropertyDecorator;

Description

Add the maximum amount of words that can be added to this field.

Released under the MIT License.