Interface IOverlayWidgetPositionCoordinates

Expand description

Represents editor-relative coordinates of an overlay widget.

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

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.