Appearance
StageCustomEvent
The StageCustomEvent
class extends the StageEvent class.
StageCustomEvents are Kit-specific, allowing special Events to bit emitted from Stages carrying custom data. If your kit includes the use of StageCustomEvents, information about these will be included with your handover.
Properties
.key
: stringkey
A key used to differentiate between custom events for the purpose of handler filtering.
.data
: Objectdata
An object containing custom data. The structure of this object is specific to each Kit.
Triggers
custom