@microsoft/fast-element > SubscriberSet > subscribe
SubscriberSet.subscribe() method
Subscribes to notification of changes in an object's state.
Signature:
subscribe(subscriber: Subscriber): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
subscriber |
The object that is subscribing for change notification. |
Returns:
void