Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an event that occurs when the find result changes in the editor

Hierarchy

Index

Properties

Optional Readonly alternativeRange

alternativeRange: Range

An alternative range to select when there is no marked result

Optional eventDataCache

eventDataCache: {}

An optional event cache. This will be consumed by event cache API to store some expensive calculation result. So that for the same event across plugins, the result doesn't need to be calculated again

Type declaration

  • [key: string]: any

eventType

eventType: "findResultChanged"

Type of this event

Readonly markedIndex

markedIndex: number

The index of the currently marked find result

Readonly ranges

ranges: readonly Range[]

The array of ranges representing the current find results

Generated using TypeDoc