IWidgetConfigurationContext interface

传递给小组件配置以与其主机通信的对象接口。

属性

notify

当小组件配置想要向主机通知任何 WidgetEvent 时,它会调用此方法

属性详细信息

notify

当小组件配置想要向主机通知任何 WidgetEvent 时,它会调用此方法

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

属性值

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