Cues
Cues<
T> ={ [K in keyof T]: NarrationCue }
Defined in: cue.ts:372
Typed narration controllers keyed by the cue names in a language map.
Type Parameters
Section titled “Type Parameters”T extends Record<string, CueMapValue>
Cues<
T> ={ [K in keyof T]: NarrationCue }
Defined in: cue.ts:372
Typed narration controllers keyed by the cue names in a language map.
T extends Record<string, CueMapValue>