Interface IMouseTargetContentWidget
interface IMouseTargetContentWidget {
detail: string;
element: HTMLElement;
mouseColumn: number;
position: null;
range: null;
type: CONTENT_WIDGET;
}Properties§
§§§§
readonly detail: string§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 position: nullThe 'approximate' editor position
readonly range: nullThe 'approximate' editor range
readonly type: CONTENT_WIDGET
The target element