Skip to content

Textarea

@tsed/schema-formio

Usage

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

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

Overview

ts
function Textarea(props?: TextareaOpts): PropertyDecorator;

Description

Configure the property as Textarea component.

Released under the MIT License.