Skip to main content

Type Alias: XmlAuralAlertCasDefinition

XmlAuralAlertCasDefinition = XmlAuralAlertBaseDefinition & object

Defined in: src/sdk/utils/sound/AuralAlertSystemXmlAdapter.ts:58

An XML-defined aural alert whose state is bound to whether a CasSystem alert is displayed.

Type declaration

casIncludeAcknowledged

casIncludeAcknowledged: boolean

Whether to activate the aural alert when the bound CAS alert is acknowledged.

casPriority

casPriority: AnnunciationType

The priority of the CAS alert to which to bind the aural alert state.

casSuffix?

optional casSuffix: string

The suffix of the CAS alert to which to bind the aural alert state.

casUuid

casUuid: string

The ID of the CAS alert to which to bind the aural alert state.

type

type: "cas"

The type of this aural alert definition.