Text Area
Displays a multiline text area in the inspector.
{
"title": "Description",
"id": "cardDescription",
"textArea": {
"size": 5,
"default": "Add a short paragraph that explains the feature."
}
}{
"groups": [{
"title": "Card Content",
"properties": [{
"title": "Description",
"id": "cardDescription",
"textArea": {
"size": 5,
"default": "Add a short paragraph that explains the feature."
}
}]
}]
}Supported Options
The textArea control supports the following options.
Key
Type
Notes
default
string
The default value for the text area.
size
number
The height of the text area, in rows.
Value
Last updated
Was this helpful?

