mode
Optional. Specifies the mode of displaying a tabbar
mode?: "left" | "right" | "bottom" | "top";
Default value: "top"
Example
const tabbar = new dhx.Tabbar("tabbar_container", {
mode: "bottom"
});
Related sample: Tabbar. Mode: top, left, right, bottom