Interface: BarState
Defined in: protocol.ts:85
host → remote: the mode engine's projection.
rows is barModel()'s output, unchanged (a CapView[] is a WireCap[] — see WireCap). claims is the per-claim status phase by name (idle | pending | active | error | stale) — the full ClaimStatus object is host-side detail; the remote only paints the phase. phase is the engine's current phase, for the status pill.
Properties
claims
claims:
Record<string,string>
Defined in: protocol.ts:88
phase?
optionalphase?:string
Defined in: protocol.ts:89
rows
rows:
WireCap[]
Defined in: protocol.ts:87
type
type:
"bar"
Defined in: protocol.ts:86