Skip to main content

Type Alias: CasAlertEventData

CasAlertEventData = object

Defined in: src/sdk/cas/CasSystem.ts:145

Event data describing a CAS alert.

Properties

acknowledged

acknowledged: boolean

Defined in: src/sdk/cas/CasSystem.ts:156

Whether the alert is acknowledged.


priority

priority: AnnunciationType

Defined in: src/sdk/cas/CasSystem.ts:153

The priority of the alert.


suffix?

optional suffix: string

Defined in: src/sdk/cas/CasSystem.ts:150

The suffix of the alert.


uuid

uuid: string

Defined in: src/sdk/cas/CasSystem.ts:147

The unique identifier for the alert.