left
Optional. The left coordinate of a window position
left?: number;
Example
const dhxWindow = new dhx.Window({
left:250
});
dhxWindow.show();
Optional. The left coordinate of a window position
Example
const dhxWindow = new dhx.Window({
left:250
});
dhxWindow.show();