emit
Emit Action Object
Key
value
Description
// This will send the seating chart element a reset to home screen commands
[
{
"action": "emit",
"options": {
"eventName": "d3sc",
"message": {
"data": "", // this data varies depending on the receiving element
"method": "goToBoard"
}
}
}
...
]Last updated
Was this helpful?