mwg API
    Preparing search index...

    Interface HistoryEntry

    one completed line, kept for StageScript.history/showLast

    interface HistoryEntry {
        chosen?: unknown;
        speaker?: string;
        text: string;
    }
    Index
    chosen?: unknown

    the value picked, when this line ended on choices; undefined for a plain line

    speaker?: string
    text: string