Hierarchy

Properties

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

Fires when an error occurs during object loading.

Param

The event.

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

onprogress: ((this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any)

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

    • (this: GlobalEventHandlers, ev: Event): any
    • Fires when the user repositions the scroll box in the scroll bar on the object.

      Parameters

      Returns any

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

      Parameters

      Returns any

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

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

Type declaration

Methods