Alokai

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