Bindable
Bindable<
T> =object
Defined in: core.ts:31
A reactive “value box”, such as the result of A.proxy(x) or A.ref(obj, key).
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”value:
T
Defined in: core.ts:31