Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Event

An event.

Hierarchy

  • Event

Index

Constructors

Properties

Constructors

constructor

  • new Event(type: string): Event
  • Creates a new event.

    Parameters

    • type: string

      The name of the event.

    Returns Event

Properties

target

target: EventTarget

A reference to the target to which the event was originally dispatched.

type

type: string

The name of the event.