Skip to main content

Text Area

Type: text-area

Multi-line text input with optional param sync.

Supports children: No

A multi-line text input that can optionally sync with canvas parameters. If param is provided, syncs with that parameter or form; otherwise works as a regular text area.

Example

{
"type": "text-area",
"props": {
"label": "Notes",
"param": "notes",
"placeholder": "Enter notes...",
"rows": 4
}
}

Every widget is defined as { "type": "text-area", "props": { ... } }. The properties below describe the props object.

Props

Loading ....

Raw schema

Download the full schema file: /widget-schema/text-area.json