Alokai
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

NameRequiredTypeDescription
activationTimeOptionalstringThe time the trigger will be activated {string} Trigger
displayTimeTableOptionalstringDescription of when the trigger is being activated {string} Trigger

On this page