Interface IMouseTargetViewZone
interface IMouseTargetViewZone {
detail: IMouseTargetViewZoneData;
element: HTMLElement;
mouseColumn: number;
position: Position;
range: Range;
type: GUTTER_VIEW_ZONE | CONTENT_VIEW_ZONE;
}Properties§
§§§§
readonly detail: IMouseTargetViewZoneData§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: PositionThe 'approximate' editor position
readonly range: RangeThe 'approximate' editor range
readonly type: GUTTER_VIEW_ZONE | CONTENT_VIEW_ZONE
The target element