Interface: ControlBox<T>
Defined in: control.ts:79
A live control: the two-way box plus its identity and metadata.
Extends
SignalBox<T>
Type Parameters
T
T
Properties
description?
readonlyoptionaldescription?:string
Defined in: control.ts:84
get
get:
Accessor<T>
Defined in: durable.ts:52
Inherited from
initial
readonlyinitial:T
Defined in: control.ts:88
The declared initial value (reset affordances; test resets).
loc?
readonlyoptionalloc?:string
Defined in: control.ts:85
meta
readonlymeta:ControlMeta<T>
Defined in: control.ts:86
name
readonlyname:string
Defined in: control.ts:81
The effective identity — scope-qualified when declared with one.
scope?
readonlyoptionalscope?:string
Defined in: control.ts:83
The declaring scope's name, when scoped ("left" of "left/freq").
set
set:
Setter<T>
Defined in: durable.ts:53