IWidgetConfigurationContext interface
Rozhraní pro objekt předaný konfiguraci widgetu pro komunikaci s jeho hostitelem.
Vlastnosti
notify | Konfigurace widgetu volá tuto metodu, když chce oznámit hostiteli jakýkoli widgetEvents. |
Podrobnosti vlastnosti
notify
Konfigurace widgetu volá tuto metodu, když chce oznámit hostiteli jakýkoli widgetEvents.
notify: (event: string, eventArgs: EventArgs<T>) => Promise<NotifyResult>
Hodnota vlastnosti
(event: string, eventArgs: EventArgs<T>) => Promise<NotifyResult>