Interface: IEventGroupMarker
Properties of an EventGroupMarker.
Hierarchy
-
↳
IEventGroupMarker
Properties
inboundEvent
• Optional inboundEvent: null | $Properties
EventGroupMarker inboundEvent
Inherited from
inboundUpdate
• Optional inboundUpdate: null | $Properties
EventGroupMarker inboundUpdate
Inherited from
label
• Optional label: null | $Properties
EventGroupMarker label
Inherited from
variant
• Optional variant: "label" | "inboundEvent" | "inboundUpdate"
What this Marker represents. The variant determines whether the Marker was created explicitly by user code (label) or implicitly by the SDK on inbound signals/events (inbound_event) or update handlers (inbound_update).