Blockbench Reference Docs
    Preparing search index...
    • Parameters

      • id: string

        Identifier

      • data: {
            click: Function;
            closable: boolean;
            color: string;
            features: any[];
            graphic: {
                aspect_ratio?: number;
                description?: string;
                height?: number;
                icon?: string;
                source?: string;
                text_color?: string;
                type: string;
                width?: number;
            };
            insert_after: string;
            insert_before: string;
            last: boolean;
            layout: "vertical"
            | "horizontal";
            text: { text: string; type: string; [key: number]: any }[];
            text_color: string;
        }

      Returns { delete(): void }