Hierarchy (view full)

Properties

data: any = undefined

Accessors

  • get isDefaultPrevented(): boolean
  • Returns boolean

  • get isPropagationStopped(): boolean
  • Returns boolean

Methods

  • Stop this event from taking the action that it normally would. This does not prevent future event handlers from executing on this event

    Returns void

  • Stop this event from continuing to the next event handler. This does not prevent any default behaviors from occurring

    Returns void