@microsoft/fast-element > Notifier > notify

Notifier.notify() method

Notifies all subscribers, based on the args.

Signature:

notify(args: any): void;

Parameters

Parameter

Type

Description

args

any

Data passed along to subscribers during notification.

Returns:

void

Remarks

In some implementations, the args may be used to target specific subscribers. This is usually in the case where a propertyName was passed during subscription.