Named Actions
Defining Named Actions
Schema
"namedActions": {
"showCantDoThat": {
"action": "showAlert",
"options": {
"title": "Whoooaa!!",
"text": "You can't do that thing you just did.",
"type": "warning"
}
},
"goToMyAccount": [{
"action": "path",
"options": {
"path": "/account"
}
}]
}Reserved Names (> v0.8.13)
Usage
Sequence
Last updated
Was this helpful?