Skip to content

Multiple

@tsed/schema-formio

Usage

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

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

Overview

ts
function Multiple(multiple?: boolean): PropertyDecorator;

Description

Change the multiple value on the decorated property.

Released under the MIT License.