Type Alias: CasAlertDefinition
CasAlertDefinition =
object
Defined in: src/sdk/cas/CasSystem.ts:18
The defining information required to register an alert.
Properties
debounceTime?
optionaldebounceTime:number
Defined in: src/sdk/cas/CasSystem.ts:32
An optional debounce time, in milliseconds.
inhibitedBy?
optionalinhibitedBy:string[]
Defined in: src/sdk/cas/CasSystem.ts:26
A list of inhibit states during with this alert should be inhibited.
message
message:
string
Defined in: src/sdk/cas/CasSystem.ts:23
The message text displayed on the CAS when the alert is active.
suffixes?
optionalsuffixes:string[]
Defined in: src/sdk/cas/CasSystem.ts:29
A list of possible suffixes, in the order they're to be displayed when active.
uuid
uuid:
string
Defined in: src/sdk/cas/CasSystem.ts:20
A unique identifier for the alert.