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?
optionalafter?:CaptureAfter
Defined in: src/contextful/types.ts:216
before
before:
CaptureBefore
Defined in: src/contextful/types.ts:215
failure?
optionalfailure?:CaptureFailure
Defined in: src/contextful/types.ts:217
sensed?
optionalsensed?:SensedSummary
Defined in: src/contextful/types.ts:218