Skip to main content

setWebNotifier()

function setWebNotifier(notifier: WebNotifier): void;

Defined in: src/lib/observable/registry.ts:354

Register a web notifier callback. Call this from client runtime to enable web notifications.

Parameters

ParameterTypeDescription
notifierWebNotifierFunction to call when web should be notified of a value change

Returns

void