An event describing that the cursor selection has changed.

Hierarchy

  • ICursorSelectionChangedEvent

Index

Properties

modelVersionId

modelVersionId: number

The model version id.

oldModelVersionId

oldModelVersionId: number

The model version id the that oldSelections refer to.

oldSelections

oldSelections: Selection[] | null

The old selections.

reason

Reason.

secondarySelections

secondarySelections: Selection[]

The secondary selections.

selection

selection: Selection

The primary selection.

source

source: string

Source of the call that caused the event.