Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface represents a PluginEvent wrapping native MouseUp event

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

Type of this event

Optional isClicking

isClicking: boolean

Whether this is a mouse click event (mouse up and down on the same position)

rawEvent

rawEvent: MouseEvent

Generated using TypeDoc