hacifootprint
hcifootprintInterfaces

SessionEvents

Interface: SessionEvents

Defined in: src/atom/types.ts:1152

Properties

confirm

confirm: ConfirmRecord

Defined in: src/atom/types.ts:1168

A confirm-journal row landed — an ask, an approval, or a decline (a deep copy).


gap

gap: GapRecord

Defined in: src/atom/types.ts:1166

A new unmet-demand row was recorded (a deep copy).


state

state: object

Defined in: src/atom/types.ts:1162

A committed state delta landed (the state version moved).

stateVersion

stateVersion: number

version

version: number


structure

structure: object

Defined in: src/atom/types.ts:1164

The served tool-surface changed — frame open/close, or a mount/enable flip.

structureVersion

structureVersion: number

version

version: number


transition

transition: TransitionRecord

Defined in: src/atom/types.ts:1160

A new, newly-settled, or newly-corroborated occurrence (a snapshot of the record). The third case is TransitionRecord.arrival turning 'observed': the record did not change otherwise and the version did not move, so a consumer counting events per fire sees one more than it did before 0.9.0 for a fire whose edge declares navigatesTo.

On this page