SupportedTrigger interface

属性

defaultPollingInterval

轮询之间等待的默认间隔(仅当 NotificationType 为 Polling 时相关)。

notificationType

如何通知触发器更改。

supportedCapabilities

此触发器支持的功能。

type

触发器的类型。

属性详细信息

defaultPollingInterval

轮询之间等待的默认间隔(仅当 NotificationType 为 Polling 时相关)。

defaultPollingInterval: number

属性值

number

notificationType

如何通知触发器更改。

notificationType: string

属性值

string

supportedCapabilities

此触发器支持的功能。

supportedCapabilities: {[key: string]: SupportLevel}

属性值

{[key: string]: SupportLevel}

type

触发器的类型。

type: DefinitionTriggerType

属性值