minWidth
Optional. Sets the minimal width of a sidebar in the collapsed state
minWidth?: number | string;
Default value: "44"
Example
const sidebar = new dhx.Sidebar("sidebar_container", {
css: "dhx_widget--border_right",
minWidth: 80,
collapsed: true
});