Type Alias: CasAlertEventData
CasAlertEventData =
object
Defined in: src/sdk/cas/CasSystem.ts:149
Event data describing a CAS alert.
Properties
acknowledged
acknowledged:
boolean
Defined in: src/sdk/cas/CasSystem.ts:160
Whether the alert is acknowledged.
priority
priority:
AnnunciationType
Defined in: src/sdk/cas/CasSystem.ts:157
The priority of the alert.
suffix?
optionalsuffix:string
Defined in: src/sdk/cas/CasSystem.ts:154
The suffix of the alert.
uuid
uuid:
string
Defined in: src/sdk/cas/CasSystem.ts:151
The unique identifier for the alert.