IWidgetConfigurationContext interface
Interface for the object passed to the widget configuration to communicate with its host.
Properties
notify | The widget configuration calls this method when it wants to notify any of the WidgetEvents to the host |
Property Details
notify
The widget configuration calls this method when it wants to notify any of the WidgetEvents to the host
notify: (event: string, eventArgs: EventArgs<T>) => Promise<NotifyResult>
Property Value
(event: string, eventArgs: EventArgs<T>) => Promise<NotifyResult>