Skip to main content

Type Alias: XmlAuralAlertLogicDefinition

XmlAuralAlertLogicDefinition = XmlAuralAlertBaseDefinition & object

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

An XML-defined aural alert whose state is bound to XML logic.

Type declaration

logic

logic: CompositeLogicXMLElement

The logic controlling state of the alert. If the logic returns 0, the alert is deactivated. If the logic returns any other number, the alert is activated.

type

type: "logic"

The type of this alert definition.