closable
Optional. Defines whether a window can be closed
closable?: boolean;
Default value: false
Example
const dhxWindow = new dhx.Window({
closable:true
});
dhxWindow.show();
Related sample: Window. Closable, movable, resizable
A closable window gets the Close icon in the right top corner.