new Event(type)
Parameters:
Name | Type | Description |
---|---|---|
type |
string | Name of event type. |
Members
-
currentTarget :createjs~DisplayObject
-
Object that added the event listener.
Type:
-
target :createjs~DisplayObject
-
Object that fired the event.
Type:
-
timeStamp :number
-
Unixtime when event was created.
Type:
- number
-
type :string
-
Name of event type.
Type:
- string