Represents editor-relative coordinates of an overlay widget.
interface IOverlayWidgetPositionCoordinates { left: number; top: number;}
left: number
The left position for the overlay widget, relative to the editor.
top: number
The top position for the overlay widget, relative to the editor.
Represents editor-relative coordinates of an overlay widget.