x4js - v2.2.49
    Preparing search index...

    Represents editor-relative coordinates of an overlay widget.

    interface IOverlayWidgetPositionCoordinates {
        left: number;
        top: number;
    }
    Index
    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.