SupportedTrigger interface

Properties

defaultPollingInterval

The default interval to wait between polls (only relevant when NotificationType is Polling).

notificationType

How the trigger is notified of changes.

supportedCapabilities

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}

type

The type of trigger.

type: DefinitionTriggerType

Property Value