Interface GlobalEventHandlers

Hierarchy

Properties

onabort: ((this, ev) => any)

Type declaration

onanimationcancel: ((this, ev) => any)

Type declaration

onanimationend: ((this, ev) => any)

Type declaration

onanimationiteration: ((this, ev) => any)

Type declaration

onanimationstart: ((this, ev) => any)

Type declaration

onauxclick: ((this, ev) => any)

Type declaration

onbeforeinput: ((this, ev) => any)

Type declaration

onbeforexrselect: ((this, ev) => any)

Type declaration

    • (this, ev): any
    • An XRSessionEvent of type beforexrselect is dispatched on the DOM overlay element before generating a WebXR selectstart input event if the -Z axis of the input source's targetRaySpace intersects the DOM overlay element at the time the input device's primary action is triggered.

      Parameters

      Returns any

onblur: ((this, ev) => any)

Type declaration

oncancel: ((this, ev) => any)

Type declaration

oncanplay: ((this, ev) => any)

Type declaration

oncanplaythrough: ((this, ev) => any)

Type declaration

onchange: ((this, ev) => any)

Type declaration

onclick: ((this, ev) => any)

Type declaration

onclose: ((this, ev) => any)

Type declaration

oncontextmenu: ((this, ev) => any)

Type declaration

oncopy: ((this, ev) => any)

Type declaration

oncuechange: ((this, ev) => any)

Type declaration

oncut: ((this, ev) => any)

Type declaration

ondblclick: ((this, ev) => any)

Type declaration

ondrag: ((this, ev) => any)

Type declaration

ondragend: ((this, ev) => any)

Type declaration

ondragenter: ((this, ev) => any)

Type declaration

ondragleave: ((this, ev) => any)

Type declaration

    • (this, ev): any
    • Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.

      Parameters

      Returns any

ondragover: ((this, ev) => any)

Type declaration

ondragstart: ((this, ev) => any)

Type declaration

ondrop: ((this, ev) => any)

Type declaration

ondurationchange: ((this, ev) => any)

Type declaration

onemptied: ((this, ev) => any)

Type declaration

onended: ((this, ev) => any)

Type declaration

Fires when an error occurs during object loading.

Param

The event.

MDN Reference

onfocus: ((this, ev) => any)

Type declaration

onformdata: ((this, ev) => any)

Type declaration

ongotpointercapture: ((this, ev) => any)

Type declaration

oninput: ((this, ev) => any)

Type declaration

oninvalid: ((this, ev) => any)

Type declaration

onkeydown: ((this, ev) => any)

Type declaration

onkeypress: ((this, ev) => any)

Type declaration

onkeyup: ((this, ev) => any)

Type declaration

onload: ((this, ev) => any)

Type declaration

onloadeddata: ((this, ev) => any)

Type declaration

onloadedmetadata: ((this, ev) => any)

Type declaration

onloadstart: ((this, ev) => any)

Type declaration

onlostpointercapture: ((this, ev) => any)

Type declaration

onmousedown: ((this, ev) => any)

Type declaration

onmouseenter: ((this, ev) => any)

Type declaration

onmouseleave: ((this, ev) => any)

Type declaration

onmousemove: ((this, ev) => any)

Type declaration

onmouseout: ((this, ev) => any)

Type declaration

onmouseover: ((this, ev) => any)

Type declaration

onmouseup: ((this, ev) => any)

Type declaration

onpaste: ((this, ev) => any)

Type declaration

onpause: ((this, ev) => any)

Type declaration

onplay: ((this, ev) => any)

Type declaration

onplaying: ((this, ev) => any)

Type declaration

onpointercancel: ((this, ev) => any)

Type declaration

onpointerdown: ((this, ev) => any)

Type declaration

onpointerenter: ((this, ev) => any)

Type declaration

onpointerleave: ((this, ev) => any)

Type declaration

onpointermove: ((this, ev) => any)

Type declaration

onpointerout: ((this, ev) => any)

Type declaration

onpointerover: ((this, ev) => any)

Type declaration

onpointerup: ((this, ev) => any)

Type declaration

onprogress: ((this, ev) => any)

Type declaration

onratechange: ((this, ev) => any)

Type declaration

onreset: ((this, ev) => any)

Type declaration

onresize: ((this, ev) => any)

Type declaration

onscroll: ((this, ev) => any)

Type declaration

onsecuritypolicyviolation: ((this, ev) => any)

Type declaration

onseeked: ((this, ev) => any)

Type declaration

onseeking: ((this, ev) => any)

Type declaration

onselect: ((this, ev) => any)

Type declaration

onselectionchange: ((this, ev) => any)

Type declaration

onselectstart: ((this, ev) => any)

Type declaration

onslotchange: ((this, ev) => any)

Type declaration

onstalled: ((this, ev) => any)

Type declaration

onsubmit: ((this, ev) => any)

Type declaration

onsuspend: ((this, ev) => any)

Type declaration

ontimeupdate: ((this, ev) => any)

Type declaration

ontoggle: ((this, ev) => any)

Type declaration

ontouchcancel?: ((this, ev) => any)

Type declaration

ontouchend?: ((this, ev) => any)

Type declaration

ontouchmove?: ((this, ev) => any)

Type declaration

ontouchstart?: ((this, ev) => any)

Type declaration

ontransitioncancel: ((this, ev) => any)

Type declaration

ontransitionend: ((this, ev) => any)

Type declaration

ontransitionrun: ((this, ev) => any)

Type declaration

ontransitionstart: ((this, ev) => any)

Type declaration

onvolumechange: ((this, ev) => any)

Type declaration

onwaiting: ((this, ev) => any)

Type declaration

    • (this, ev): any
    • Occurs when playback stops because the next frame of a video resource is not available.

      Parameters

      Returns any

onwebkitanimationend: ((this, ev) => any)

Type declaration

onwebkitanimationiteration: ((this, ev) => any)

Type declaration

onwebkitanimationstart: ((this, ev) => any)

Type declaration

onwebkittransitionend: ((this, ev) => any)

Type declaration

onwheel: ((this, ev) => any)

Type declaration

Methods