JavaScripture
Contribute via GitHub Feedback

CustomEvent : Event

CustomEvent is an Event subclass that provides a detail property to store custom event data.

Constructors

new CustomEvent(type : String, [eventInit : Object]) : Event
eventInit : {
detail :Object
}

Instance Properties

detail : Object