Blockbench Reference Docs
    Preparing search index...

    Type Alias UndoEntry

    type UndoEntry = {
        action: string;
        before?: UndoSave;
        post?: UndoSave;
        selection_before?: UndoSelectionSave;
        selection_post?: UndoSelectionSave;
        time: number;
        type: "original" | "edit" | "selection";
    }
    Index

    Properties

    action: string
    before?: UndoSave

    Optionalpost

    post?: UndoSave
    selection_before?: UndoSelectionSave

    Optionalselection_post

    selection_post?: UndoSelectionSave
    time: number
    type: "original" | "edit" | "selection"