getPosition()
gets the position of a window
getPosition(): object;
Returns:
An object with left and top coordinates of a window.
Example
const position = dhxWindow.getPosition(); // -> {left: 480, top: 234}
Related sample: Window. Get/set Window position