Class: Event

Event

Event objects are those objects that are dispatched by an event dispatcher.

new Event(init)

Parameters:
Name Type Argument Description
init Object <nullable>
Properties
Name Type Argument Description
type Object <nullable>
The type of the event.
category Object <nullable>
The category of the event.
detail Object <nullable>
The detail information of the event.
Source:

Members


category :string

The category of the event.
Type:
  • string
Source:

detail :Object

Event specific detail information.
Type:
  • Object
Source:

type :string

The type of the event.
Type:
  • string
Source: