@microsoft/fast-element > Subscriber
Subscriber interface
Implemented by objects that are interested in change notifications.
Signature:export interface Subscriber
Methods
| Method | Description |
|---|---|
| handleChange(source, args) | Called when a source this instance has subscribed to changes. |