Skip to content

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

: string

key

A key used to differentiate between custom events for the purpose of handler filtering.

.

data

: Object

data

An object containing custom data. The structure of this object is specific to each Kit.

Triggers

  • custom