SupportedTrigger interface
Properties
default |
The default interval to wait between polls (only relevant when NotificationType is Polling). |
notification |
How the trigger is notified of changes. |
supported |
The capabilities supported by this trigger. |
type | The type of trigger. |
Property Details
defaultPollingInterval
The default interval to wait between polls (only relevant when NotificationType is Polling).
defaultPollingInterval: number
Property Value
number
notificationType
How the trigger is notified of changes.
notificationType: string
Property Value
string
supportedCapabilities
The capabilities supported by this trigger.
supportedCapabilities: {[key: string]: SupportLevel}
Property Value
{[key: string]: SupportLevel}