Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICursorSelectionChangedEvent

An event describing that the cursor selection has changed.

Hierarchy

  • ICursorSelectionChangedEvent

Index

Properties

Readonly modelVersionId

modelVersionId: number

The model version id.

Readonly oldModelVersionId

oldModelVersionId: number

The model version id the that oldSelections refer to.

Readonly oldSelections

oldSelections: Selection[] | null

The old selections.

Readonly reason

Reason.

Readonly secondarySelections

secondarySelections: Selection[]

The secondary selections.

Readonly selection

selection: Selection

The primary selection.

Readonly source

source: string

Source of the call that caused the event.

Generated using TypeDoc