Interface: ICustomEventData¶
Provides event data for OnCustomEventDataReceived, handling page-level custom events via executeCustomEvent().
Hierarchy¶
-
ICustomEventData
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Methods¶
Class Methods¶
Currently none in this class.
Inherited Methods¶
Currently none inherited from the parent class(es).
Properties¶
Readonly eventData¶
• eventData: any
Retrieves the custom event data object passed to executeCustomEvent().
Readonly eventType¶
• eventType: string
Retrieves the custom event type string passed to executeCustomEvent().