Blockbench Reference Docs
    Preparing search index...
    interface ToolbarOptions {
        children: (string | BarItem)[];
        condition?: ConditionResolvable;
        default_place?: boolean;
        id?: string;
        label?: boolean;
        name?: string;
        narrow?: boolean;
        no_wrap?: boolean;
        vertical?: boolean;
    }
    Index

    Properties

    children: (string | BarItem)[]

    Default content of the toolbar. Separators are available, where _ = separator, + = spaces, # = line break

    default_place?: boolean

    If true, add the toolbar automatically to it's designated spot in the UI

    id?: string
    label?: boolean

    If true, the toolbar will display a label abovee

    name?: string
    narrow?: boolean

    If true, the toolbar will only take as much width as needed

    no_wrap?: boolean

    If true, the toolbar will not wrap into new line, and will instead display an overflow button in case of overflow

    vertical?: boolean