Event
Event: Object
name
stringThe event's name.
data
TDataThe data payload that subscribers receive. For example, the ID or IDs of the created user. (e.g. { id: "123" } or { ids: ["123", "456"] })
Additional meadata to pass with the event.
Was this page helpful?