Interface IContentWidgetRenderedCoordinate

Expand description

Coordinatees passed in IContentWidget.afterRender

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

Properties§

§readonly left: number

Left position relative to the editor content.

§readonly top: number

Top position relative to the editor content.