Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Object

The interface of the event object is passed to event handlers by the library. Additional properties will vary by event type.

Hierarchy

  • Object

Index

Methods

Methods

preventDefault

  • preventDefault(): void
  • If called, the default action of the event will be canceled.

    Returns void

Generated using TypeDoc