Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMouseTarget

Target hit with the mouse in the editor.

Hierarchy

  • IMouseTarget

Index

Properties

Readonly detail

detail: any

Some extra detail.

Readonly element

element: Element | null

The target element

Readonly mouseColumn

mouseColumn: number

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

Readonly position

position: Position | null

The 'approximate' editor position

Readonly range

range: Range | null

The 'approximate' editor range

Readonly type

The target type

Generated using TypeDoc