WindowEventMap
Defined in: uzumaki.d.ts:299
Window receives all DOM events (for bubble/capture) plus its lifecycle events.
Extends
Section titled “Extends”Properties
Section titled “Properties”beforeinput
Section titled “beforeinput”beforeinput:
UzInputEvent
Defined in: uzumaki.d.ts:283
Fires before an edit is applied to an input. Call preventDefault() to
stop the edit from committing. Bubbles.
Inherited from
Section titled “Inherited from”blur:
UzFocusEvent
Defined in: uzumaki.d.ts:293
The element lost focus. Does not bubble.
Inherited from
Section titled “Inherited from”click:
UzMouseEvent
Defined in: uzumaki.d.ts:264
A press and release landed on the same element. Bubbles.
Inherited from
Section titled “Inherited from”close:
UzumakiEvent
Defined in: uzumaki.d.ts:301
commit
Section titled “commit”commit:
UzInputEvent
Defined in: uzumaki.d.ts:289
The value was committed: fires on blur for a text input whose value differs
from when it was focused, and immediately when a checkbox toggles. Pairs
with the live input/valuechange events. Bubbles.
Inherited from
Section titled “Inherited from”copy:
UzClipboardEvent
Defined in: uzumaki.d.ts:294
Inherited from
Section titled “Inherited from”cut:
UzClipboardEvent
Defined in: uzumaki.d.ts:295
Inherited from
Section titled “Inherited from”focus:
UzFocusEvent
Defined in: uzumaki.d.ts:291
The element gained focus. Does not bubble.
Inherited from
Section titled “Inherited from”input:
UzInputEvent
Defined in: uzumaki.d.ts:278
The element’s value changed. Bubbles.
Inherited from
Section titled “Inherited from”keydown
Section titled “keydown”keydown:
UzKeyboardEvent
Defined in: uzumaki.d.ts:274
A key was pressed while the element was focused. Bubbles.
Inherited from
Section titled “Inherited from”keyup:
UzKeyboardEvent
Defined in: uzumaki.d.ts:276
A key was released while the element was focused. Bubbles.
Inherited from
Section titled “Inherited from”load:
UzumakiEvent
Defined in: uzumaki.d.ts:300
mousedown
Section titled “mousedown”mousedown:
UzMouseEvent
Defined in: uzumaki.d.ts:260
A mouse button was pressed over the element. Bubbles.
Inherited from
Section titled “Inherited from”mouseenter
Section titled “mouseenter”mouseenter:
UzMouseEvent
Defined in: uzumaki.d.ts:266
Pointer entered the element. Fires per element; does not bubble.
Inherited from
Section titled “Inherited from”mouseleave
Section titled “mouseleave”mouseleave:
UzMouseEvent
Defined in: uzumaki.d.ts:268
Pointer left the element. Fires per element; does not bubble.
Inherited from
Section titled “Inherited from”mousemove
Section titled “mousemove”mousemove:
UzMouseEvent
Defined in: uzumaki.d.ts:258
Pointer moved over the element. Bubbles.
Inherited from
Section titled “Inherited from”mouseout
Section titled “mouseout”mouseout:
UzMouseEvent
Defined in: uzumaki.d.ts:272
Pointer left the element or a descendant. Bubbles.
Inherited from
Section titled “Inherited from”mouseover
Section titled “mouseover”mouseover:
UzMouseEvent
Defined in: uzumaki.d.ts:270
Pointer entered the element or a descendant. Bubbles.
Inherited from
Section titled “Inherited from”mouseup
Section titled “mouseup”mouseup:
UzMouseEvent
Defined in: uzumaki.d.ts:262
A mouse button was released over the element. Bubbles.
Inherited from
Section titled “Inherited from”paste:
UzClipboardEvent
Defined in: uzumaki.d.ts:296
Inherited from
Section titled “Inherited from”resize
Section titled “resize”resize:
UzumakiResizeEvent
Defined in: uzumaki.d.ts:302
selectionchange
Section titled “selectionchange”selectionchange:
UzSelectionChangeEvent
Defined in: uzumaki.d.ts:308
The active text selection inside this window changed. Fires for view-level
selection on selectable containers. Does not bubble.
themechange
Section titled “themechange”themechange:
UzThemeChangeEvent
Defined in: uzumaki.d.ts:303