Writable interface for both updating and subscribing. See the main SvelteStore article on how to use it in Micrio.
SvelteStore
Set value and inform subscribers.
to set
Update value using callback and inform subscribers.
callback
Subscribe on value changes.
subscription callback
cleanup callback
Generated using TypeDoc
Writable interface for both updating and subscribing. See the main
SvelteStore
article on how to use it in Micrio.