x4js - v2.2.49
    Preparing search index...
    interface IMouseTargetContentWidget {
        detail: string;
        element: HTMLElement;
        mouseColumn: number;
        position: null;
        range: null;
        type: CONTENT_WIDGET;
    }

    Hierarchy (View Summary)

    Index
    detail: string
    element: HTMLElement

    The target element

    mouseColumn: number

    Desired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).

    position: null

    The 'approximate' editor position

    range: null

    The 'approximate' editor range