Skip to main content

@microsoft/fast-element > Notifier > notify

Notifier.notify() method

Notifies all subscribers, based on the args.

Signature:
notify(args: any): void;

Parameters

ParameterTypeDescription
argsanyData 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.