Search
Loading...
Skip to content

Interface: _ReactiveProperty

A reactive property with subscribe, value, and update methods

Type Parameters#

Type Parameter
T

Properties#

PropertyTypeDescription
subscribe(listener) => _UnsubscribeSubscribe to value changes
value() => TGet current value
update(newValue) => voidUpdate the value (will notify listeners if changed)