Action Field
type: "action"
An executable action provided by plugins.
Additional Fields
Field | Type | Description |
---|---|---|
defaultValue | ValueActionConfig? | The optional default value |
Example
mobro-widget-config.json
{
"config": [
{
"name": "example",
"label": "Example",
"type": "action"
}
]
}
Usage
To consume the configured value of this field in a widget, see useActionField.