Skip to content

Cues

Cues<T> = { [K in keyof T]: NarrationCue }

Defined in: cue.ts:380

Typed narration controllers keyed by the cue names in a language map.

T extends Record<string, CueMapValue>