Skip to main content

Interface: IEventGroupMarker

sdk.v1.IEventGroupMarker

Properties of an EventGroupMarker.

Hierarchy

Properties

inboundEvent

Optional inboundEvent: null | $Properties

EventGroupMarker inboundEvent

Inherited from

$Properties.inboundEvent


inboundUpdate

Optional inboundUpdate: null | $Properties

EventGroupMarker inboundUpdate

Inherited from

$Properties.inboundUpdate


label

Optional label: null | $Properties

EventGroupMarker label

Inherited from

$Properties.label


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).

Inherited from

$Properties.variant