JavaScripture
Contribute via GitHub
Feedback
CustomEvent
Constructors
Instance Properties
detail
DOM API
All API
No API set selected.
CustomEvent
:
Event
constructor
CustomEvent is an Event subclass that provides a
detail
property to store custom event data.
Spec
Constructors
new
CustomEvent
(
type
:
String
,
[
eventInit
:
Object
]
) :
Event
eventInit
: {
detail
:
Object
}
Instance Properties
detail
:
Object
readonly
home
license
contribute
feedback
toggle light/dark mode
Copyright © JavaScripture Contributors