Interface IBaseMouseTarget

interface IBaseMouseTarget {
    element: HTMLElement;
    mouseColumn: number;
    position: Position;
    range: Range;
}

Hierarchy (view full)

Properties

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: Position

The 'approximate' editor position

range: Range

The 'approximate' editor range