Developer Documentation

OdinEventPayload

export interface OdinEventPayload

The base event payload that is passed to all events.

Properties

NameTypeDescription
eventanyThe name of the event that was fired (see keys of OdinEvents for possible values).
tagnumberAn internal integer representing the type of the event. This is mainly used internally for testing purposes.