hacifootprint
hcifootprintType Aliases

SensedTrail

Type Alias: SensedTrail

SensedTrail = { events: SensedEvent[]; shape: "inline"; } | { count: number; shape: "by-reference"; }

Defined in: src/contextful/types.ts:135

How the event trail rides the record — inline while it is small, by reference after.

Union Members

Type Literal

{ events: SensedEvent[]; shape: "inline"; }


Type Literal

{ count: number; shape: "by-reference"; }

Ask Session.sensedTrail with the transition's id for the whole thing.

On this page