Interface IContentWidgetRenderedCoordinate

Coordinatees passed in IContentWidget.afterRender

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

Properties

Properties

left: number

Left position relative to the editor content.

top: number

Top position relative to the editor content.