Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an event that will be fired when the user changed the selection

Hierarchy

Index

Properties

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: SelectionChanged

Type of this event

selectionRangeEx

selectionRangeEx: SelectionRangeEx

Information of the selection

Generated using TypeDoc