Blockbench Reference Docs
    Preparing search index...

    Interface ToolbarOptions

    interface ToolbarOptions {
        children: (string | BarItem)[];
        condition?: any;
        id?: string;
        label?: boolean;
        name?: string;
        narrow?: boolean;
        vertical?: boolean;
    }
    Index

    Properties

    children: (string | BarItem)[]

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

    condition?: any
    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

    vertical?: boolean