package js.html
extends Event
Available on js
This interface inherits properties from its parent, Event
:
Documentation CustomEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
new(type:String, ?eventInitDict:Null<CustomEventInit>)
Throws:
null |
DOMError |
---|
read onlydetail:Dynamic
Any data passed when initializing the event.
initCustomEvent(type:String, canBubble:Bool = false, cancelable:Bool = false, ?detail:Dynamic):Void
Initializes a CustomEvent
object. If the event has already being dispatched, this method does nothing.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/CustomEvent.html