Skip to content

InputTags

@tsed/schema-formio

Usage

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

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

Overview

ts
function InputTags(props?: Record<string, any>): PropertyDecorator;

Description

Configure the property as Tags component.

Released under the MIT License.