Skip to content

Interface: BarSource

Defined in: solid.ts:40

Methods

bar()

bar(): readonly WireCap[] | readonly RowLike[]

Defined in: solid.ts:48

Either a flat cap list, or barModel()'s depth rows verbatim (the shape the intent client's .bar() returns) — the binding flattens rows and keeps only caps: widgets (sliders, selects) are host-page furniture, not a remote bar's business, the same call this wire already made for reveals.

Returns

readonly WireCap[] | readonly RowLike[]


claimStatuses()

claimStatuses(): Readonly<Record<string, { phase: string; }>>

Defined in: solid.ts:49

Returns

Readonly<Record<string, { phase: string; }>>


dispatch()

dispatch(command, payload?): unknown

Defined in: solid.ts:51

Parameters

command

string

payload?

unknown

Returns

unknown


state()

state(): object

Defined in: solid.ts:50

Returns

object

phase?

optional phase?: unknown