Skip to main content
cngx-src documentation

ParsedStatusBindings

Interface

projects/common/audio/status-mode/parse-status-bindings.ts

Import#

import { ParsedStatusBindings } from '@cngx/common/audio'

Description#

Result of parsing a status:earcon binding string.

Index#

Instance Properties#

bindings#ReadonlyMap
Readonly

Valid status -> earcon pairs, keyed by canonical AsyncStatus.

domEventKeys#unknown
Readonly

DOM-event keys — the grammar of [cngxAudio], not [cngxAudioStatus].

unknownKeys#unknown
Readonly

Keys that are neither lifecycle statuses nor DOM events.