Strata - v1.4.10
    Preparing search index...

    Interface DialogBoxRef

    Ref interface for imperative DialogBox control.

    interface DialogBoxRef {
        advance: () => void;
        reset: () => void;
        setLine: (index: number) => void;
        skip: () => void;
    }
    Index

    Properties

    advance: () => void

    Advance to the next line or instantly complete the current typewriter animation.

    reset: () => void

    Restart the dialogue sequence from the first line.

    setLine: (index: number) => void

    Jump directly to a specific line in the sequence.

    skip: () => void

    Force-stop the typewriter animation and show the full line text immediately.