toolish - v0.2.5
Preparing search index...
reactivity
SubscriptionTracker
Interface SubscriptionTracker
Can subscribe to a given publisher to receive notifications when data gets updated
interface
SubscriptionTracker
{
subscribeTo
(
publisher
:
Publisher
)
:
void
;
}
Implemented by
ReactiveDerivative
Index
Methods
subscribe
To
Methods
subscribe
To
subscribeTo
(
publisher
:
Publisher
)
:
void
Parameters
publisher
:
Publisher
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
subscribe
To
toolish - v0.2.5
Loading...
Can subscribe to a given publisher to receive notifications when data gets updated