hacifootprint
hcifootprintInterfaces

ActionCapture

Interface: ActionCapture

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

THE CAPTURE ENVELOPE — what a contextful action's fire recorded around itself, on TransitionRecord.captured.

before and after/failure are stamped by the fire itself, so a settlement receipt carries them. sensed lands one turn later, on the LIVE record only — the arrival: 'observed' precedent, for the same reason: a receipt taken at rest is never rewritten.

Properties

after?

optional after?: CaptureAfter

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


before

before: CaptureBefore

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


failure?

optional failure?: CaptureFailure

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


sensed?

optional sensed?: SensedSummary

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

On this page