Interface IOverlayWidgetPositionCoordinates

Represents editor-relative coordinates of an overlay widget.

interface IOverlayWidgetPositionCoordinates {
    left: number;
    top: number;
}

Properties

Properties

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.