Search Docs
Loading...
Skip to content

Interface: _ReactiveProperty

A reactive property with subscribe, value, and update methods

Type Parameters#

Type Parameter
T

Properties#

Property Type Description
subscribe (listener) => _Unsubscribe Subscribe to value changes
value () => T Get current value
update (newValue) => void Update the value (will notify listeners if changed)