You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
Trigger
Representation of a Trigger Trigger
export interface Trigger {
'activationTime'?: string;
'displayTimeTable'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
activationTime | Optional | string | The time the trigger will be activated {string} Trigger |
displayTimeTable | Optional | string | Description of when the trigger is being activated {string} Trigger |