Home Reference Source
import {Event} from 'rabbit-hole'
public class | source

Event

An event.

Constructor Summary

Public Constructor
public

Creates a new event.

Member Summary

Public Members
public

target: EventTarget

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

public

The name of the event.

Public Constructors

public constructor(type: String) source

Creates a new event.

Params:

NameTypeAttributeDescription
type String

The name of the event.

Public Members

public target: EventTarget source

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

public type: String source

The name of the event.