UIEvent
Module: JavaScript DOM API
#include <UIEvent.idl>
Inherits from Event
Inherited by FocusEvent, GamepadEvent, KeyboardEvent, MouseEvent, TouchEvent
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| UIEvent | UIEvent(DOMInternedString type, optional UIEventInit initEvent) |
| void | initUIEvent(optional DOMInternedString type, optional boolean canBubble, optional boolean cancelable, optional Window? view, optional long detail) |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| readonly attribute long | detail |
Additional inherited members
Section titled “Additional inherited members”Public Functions inherited from Event
| Name | |
|---|---|
| Event | Event(DOMInternedString type, optional EventInit initEvent) |
| void | stopPropagation() |
| void | preventDefault() |
| void | initEvent(optional DOMInternedString eventTypeArg, optional boolean canBubbleArg, optional boolean cancelableArg) |
| void | stopImmediatePropagation() |
Public Attributes inherited from Event
| Name | |
|---|---|
| const unsigned short | NONE |
| const unsigned short | CAPTURING_PHASE |
| const unsigned short | AT_TARGET |
| const unsigned short | BUBBLING_PHASE |
| readonly attribute DOMString | type |
| readonly attribute EventTarget | target |
| readonly attribute EventTarget | currentTarget |
| readonly attribute unsigned short | eventPhase |
| readonly attribute boolean | bubbles |
| readonly attribute boolean | cancelable |
| readonly attribute boolean | defaultPrevented |
| readonly attribute boolean | composed |
Public Functions Documentation
Section titled “Public Functions Documentation”function UIEvent
Section titled “function UIEvent”UIEvent UIEvent( DOMInternedString type, optional UIEventInit initEvent)function initUIEvent
Section titled “function initUIEvent”void initUIEvent( optional DOMInternedString type, optional boolean canBubble, optional boolean cancelable, optional Window? view, optional long detail)Public Attributes Documentation
Section titled “Public Attributes Documentation”variable detail
Section titled “variable detail”readonly attribute long detail;© 2026 Coherent Labs. All rights reserved.