Skip to main content
cngx-src documentation

ParsedEventBindings

Interface

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

Import#

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

Description#

Result of parsing an event:earcon binding string.

Index#

Instance Properties#

bindings#ReadonlyMap
Readonly

Valid domEvent -> earcon pairs.

lifecycleKeys#unknown
Readonly

Lifecycle keys — the grammar of [cngxAudioStatus], not [cngxAudio].

unknownKeys#unknown
Readonly

Keys that are neither DOM events nor lifecycle keys.