Loom Engine - v3.1.1
    Preparing search index...

    Interface DialogVoiceQueueOptions

    interface DialogVoiceQueueOptions {
        speed?: number;
        onMarker?: (m: VoiceMarker) => void;
        onLineEnd?: () => void;
        autoAdvance?: boolean;
        nodeIds: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    speed?: number
    onMarker?: (m: VoiceMarker) => void
    onLineEnd?: () => void
    autoAdvance?: boolean
    nodeIds: string[]