Trevixal API
    Preparing search index...

    Interface HistoryEntry

    One undo or redo group, as a history panel lists it.

    interface HistoryEntry {
        label: string;
        size: number;
        timestamp: number;
    }
    Index
    label: string

    "Typing", "Text formatting", … or a label set through HISTORY_LABEL.

    size: number

    How many transactions were folded into the group.

    timestamp: number

    When the group happened (ms since the epoch, from the transaction).