Introduction to Actions
Actions
What is an Action?
What does an action look like?
{
"action": "runUtilityHook",
"options": {
"type": "save"
}
}{
"action": "showAlert",
"options": {
"text": "This is the alert message text",
"title": "Hello World",
"type": "information"
}
}Where are actions triggered?
Last updated
Was this helpful?