class js.html.UIEvent extends Event

Available on js

A basic event interface for all user interface events
1.0
11.0
Inherits from: nsIDOMEvent Last changed in Gecko 9.0 (Firefox 9.0 / Thunderbird 9.0 / SeaMonkey 2.6)

The DOM UIEvent represents simple user interface events.



Documentation for this class was provided by MDN.

Instance Fields

var detail:Int

Detail about the event, depending on the type of event. Read only.

var view:DOMWindow

A view which generated the event. Read only.

function initUIEvent(type:String, canBubble:Bool, cancelable:Bool, view:DOMWindow, detail:Int):Void