Preparing search index...
The search index is not available
@amadeus-it-group/tansu
@amadeus-it-group/tansu
Subscriber
Type alias Subscriber<T>
Subscriber
<
T
>
:
SubscriberFunction
<
T
>
|
Partial
<
SubscriberObject
<
T
>
>
|
null
|
undefined
Expresses interest in store value changes over time. It can be either:
a callback function:
SubscriberFunction
;
a partial observer:
SubscriberObject
.
Type Parameters
T
Settings
Theme
OS
Light
Dark
@amadeus-it-group/tansu
asReadable
asWritable
batch
computed
derived
equal
get
readable
untrack
writable
DerivedStore
Store
AsyncDeriveOptions
InteropObservable
OnUseArgument
Readable
ReadableSignal
StoreOptions
SubscribableStore
SubscriberObject
SyncDeriveOptions
Loading...
Generated using
TypeDoc
Expresses interest in store value changes over time. It can be either: