Blockbench Reference Docs
    Preparing search index...

    Type Alias UndoSave

    type UndoSave = {
        animations?: {};
        aspects: UndoAspects;
        collections?: {}[];
        display_slots?: {};
        elements?: {};
        exploded_views?: boolean;
        group?: {};
        groups?: {}[];
        keyframes?: {};
        outliner?: [];
        selected_texture?: UUID | null;
        selection?: [];
        selection_group?: UUID;
        settings?: {};
        texture_order?: UUID[];
        textures?: {};
        uv_mode?: { box_uv: boolean; height: number; width: number };
        addElements(elements: OutlinerElement[], aspects?: UndoAspects): void;
        addTexture(texture: Texture): void;
        addTextureOrLayer(texture: Texture): void;
        load(reference: UndoSave, mode?: "session"): void;
    }
    Index

    Properties

    animations?: {}
    aspects: UndoAspects
    collections?: {}[]
    display_slots?: {}
    elements?: {}
    exploded_views?: boolean
    group?: {}
    groups?: {}[]
    keyframes?: {}
    outliner?: []
    selected_texture?: UUID | null
    selection?: []
    selection_group?: UUID
    settings?: {}
    texture_order?: UUID[]
    textures?: {}
    uv_mode?: { box_uv: boolean; height: number; width: number }

    Methods