Skip to content

MaxWords

@tsed/schema-formio

Usage

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

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

Overview

ts
function MaxWords(value: number): PropertyDecorator;

Description

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

Released under the MIT License.