Skip to main content
Version: 0.10.x

Interface: OdinEventPayload

The base event payload that is passed to all events.

Extended by

Properties

event

event: keyof OdinEvents

The name of the event that was fired (see keys of OdinEvents for possible values).

Defined in

odin.room.d.ts:89


tag

tag: number

An internal integer representing the type of the event. This is mainly used internally for testing purposes.

Defined in

odin.room.d.ts:94