-
Notifications
You must be signed in to change notification settings - Fork 0
Action: event
Richard Cowin edited this page Mar 20, 2024
·
5 revisions
When an action is specified as an event
, an Evolv event will be created using tag
value as the event id.
{
"source": "dom",
"key": "button",
"on": "click",
"action": "event",
"tag": "button.clicked"
}
{
"source": "dom",
"key": "button",
"on": "click",
"action": "event",
"tag": "button.clicked"
}