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

    Interface VoiceLineQueueOptions

    interface VoiceLineQueueOptions {
        onStart?: (line: VOLineSnapshot) => void;
        onEnd?: (line: VOLineSnapshot) => void;
        onInterrupt?: (line: VOLineSnapshot, interruptedBy: VOLineSnapshot) => void;
    }
    Index

    Properties

    onStart?: (line: VOLineSnapshot) => void
    onEnd?: (line: VOLineSnapshot) => void
    onInterrupt?: (line: VOLineSnapshot, interruptedBy: VOLineSnapshot) => void