Interface IMouseTargetOutsideEditor
interface IMouseTargetOutsideEditor {
element: HTMLElement;
mouseColumn: number;
outsideDistance: number;
outsidePosition: "right" | "left" | "above" | "below";
position: Position;
range: Range;
type: OUTSIDE_EDITOR;
}Properties§
§§§§
readonly element: HTMLElement§
readonly mouse Column: numberDesired mouse column (e.g. when position.column gets clamped to text length -- clicking after text on a line).
readonly outside Distance: number§readonly outside Position: "right" | "left" | "above" | "below"§readonly position: PositionThe 'approximate' editor position
readonly range: RangeThe 'approximate' editor range
readonly type: OUTSIDE_EDITOR
The target element