Options
All
  • Public
  • Public/Protected
  • All
Menu

DOM event handler object with mapped plugin event type and handler function

Type parameters

  • E = Event

Hierarchy

  • DOMEventRecord

Index

Properties

Optional beforeDispatch

beforeDispatch: DOMEventHandlerFunction<E>

Handler function. Besides the mapped plugin event type, this function will also be triggered when correlated DOM event is fired

Optional pluginEventType

pluginEventType: PluginEventType

Type of plugin event. The DOM event will be mapped with this plugin event type

Generated using TypeDoc