Interface ToolbarTreeSchema

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

Properties

Properties

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

Type declaration

  • center: TabBarToolbarItem[][]
  • left: TabBarToolbarItem[][]
  • right: TabBarToolbarItem[][]