Notifier interface
@microsoft/fast-element > Notifier
Notifier interface
Provides change notifications for an observed subject.
Signature:
export interface Notifier 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| 
 | any | The object that subscribers will receive notifications for. | 
Methods
| Method | Description | 
|---|---|
| Notifies all subscribers, based on the args. | |
| Subscribes to notification of changes in an object's state. | |
| Unsubscribes from notification of changes in an object's state. |