Our new developer documentation is now available. Please check it out!
OdinEventPayload
On this page
export interface OdinEventPayload
The base event payload that is passed to all events.
Properties
Name | Type | Description |
---|---|---|
event | any | The name of the event that was fired (see keys of OdinEvents for possible values). |
tag | number | An internal integer representing the type of the event. This is mainly used internally for testing purposes. |