Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Event
    • WorkerEvent

Index

Properties

AT_TARGET

AT_TARGET: number

BUBBLING_PHASE

BUBBLING_PHASE: number

CAPTURING_PHASE

CAPTURING_PHASE: number

Event

Event: object

Type declaration

  • constructor: function
    • new __type(type: string, eventInitDict: EventInit): Event
    • Parameters

      • type: string
      • Optional eventInitDict: EventInit

      Returns Event

  • AT_TARGET: number
  • BUBBLING_PHASE: number
  • CAPTURING_PHASE: number
  • NONE: number
  • prototype: Event

NONE

NONE: number

bubbles

bubbles: boolean

cancelBubble

cancelBubble: boolean

cancelable

cancelable: boolean

composed

composed: boolean

currentTarget

currentTarget: EventTarget | null

data

data: [number, "open" | "close" | "read" | "import" | "write" | "fork" | "exec" | "exit" | "error"]

defaultPrevented

defaultPrevented: boolean

eventPhase

eventPhase: number

isTrusted

isTrusted: boolean

returnValue

returnValue: boolean

srcElement

srcElement: EventTarget | null

target

target: EventTarget | null

timeStamp

timeStamp: number

type

type: string

Methods

composedPath

  • composedPath(): EventTarget[]
  • Returns EventTarget[]

initEvent

  • initEvent(type: string, bubbles: undefined | false | true, cancelable: undefined | false | true): void
  • Parameters

    • type: string
    • Optional bubbles: undefined | false | true
    • Optional cancelable: undefined | false | true

    Returns void

preventDefault

  • preventDefault(): void
  • Returns void

stopImmediatePropagation

  • stopImmediatePropagation(): void
  • Returns void

stopPropagation

  • stopPropagation(): void
  • Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc