Interface ToolbarTreeSchema

interface ToolbarTreeSchema {
    items: {
        center: ToolbarItem[][];
        left: ToolbarItem[][];
        right: ToolbarItem[][];
    };
}

Properties

Properties

items: {
    center: ToolbarItem[][];
    left: ToolbarItem[][];
    right: ToolbarItem[][];
}

Type declaration