Class: ActionsErrorToastConfig
Represents a toast to display errors.
{
"widgets": [{
"type": "design-editor",
"name": "editor",
"params": {
"inital": { ... },
"actionsErrorToast": {
"show": true,
"duration": 15000
}
}
}]
}
Hierarchy
- ActionsErrorToastConfig
Index
Properties
Properties
duration
• duration: number
Toast duration, in milliseconds.
show
• show: boolean
If true
, displays a toast.