Blockbench Reference Docs
    Preparing search index...
    interface DialogSidebarOptions {
        actions?: (string | Action | ActionInterface)[];
        page?: string;
        pages?: {
            [key: string]:
                | string
                | MenuSeparator
                | { color?: string; icon: string; label: string };
        };
        onPageSwitch?(page: string): void;
    }
    Index

    Properties

    actions?: (string | Action | ActionInterface)[]
    page?: string
    pages?: {
        [key: string]:
            | string
            | MenuSeparator
            | { color?: string; icon: string; label: string };
    }

    Methods

    • Parameters

      • page: string

      Returns void