tabHeight
Optional. Sets the height of a tab
tabHeight?: number | string;
Default value: 45
Example
const tabbar = new dhx.Tabbar("tabbar_container", {
tabHeight: 50
});
Related sample: Tabbar. Tab size
Change log:
The "string" type is added in v7.0.