SensedSummary
Interface: SensedSummary
Defined in: src/contextful/types.ts:150
What the anchor saw while one action was in flight.
Properties
association
association:
"inferred"
Defined in: src/contextful/types.ts:156
ALWAYS 'inferred'. A listener sees that something happened next to something else; it never sees causality. The word is the honesty marker (law 3) and there is no second value it can take.
changes
changes:
number|"unobservable"
Defined in: src/contextful/types.ts:161
Changes observed inside the window — or 'unobservable' with no observer reachable.
changesDropped?
optionalchangesDropped?:number
Defined in: src/contextful/types.ts:163
Changes past the budget, dropped. Present only when something WAS dropped.
effect?
optionaleffect?:SensedEffect
Defined in: src/contextful/types.ts:166
eventsDropped?
optionaleventsDropped?:number
Defined in: src/contextful/types.ts:165
Events past the budget, dropped. Present only when something WAS dropped.
rule
rule:
string
Defined in: src/contextful/types.ts:158
The correlation rule that produced this association, in words, on the record.
trail
trail:
SensedTrail
Defined in: src/contextful/types.ts:159