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