共用方式為


IWidgetConfigurationContext interface

傳遞至小工具組態的物件介面,以便與其主機通訊。

屬性

notify

當小工具組態想要通知任何 WidgetEvents 給主機時,會呼叫此方法

屬性詳細資料

notify

當小工具組態想要通知任何 WidgetEvents 給主機時,會呼叫此方法

notify: (event: string, eventArgs: EventArgs<T>) => Promise<NotifyResult>

屬性值

(event: string, eventArgs: EventArgs<T>) => Promise<NotifyResult>