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