Skip to content

@ralphschuler.webgl shader factory.<internal>.GlobalEventHandlers

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: GlobalEventHandlers

@ralphschuler/webgl-shader-factory.<internal>.GlobalEventHandlers

Hierarchy

Table of contents

Properties

Methods

Properties

onabort

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

Fires when the user aborts the download.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8948


onanimationcancel

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8950


onanimationend

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8952


onanimationiteration

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8954


onanimationstart

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8956


onauxclick

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8958


onbeforeinput

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8960


onblur

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

Fires when the object loses the input focus.

Param

The focus event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8967


oncancel

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8969


oncanplay

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

Occurs when playback is possible, but would require further buffering.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8976


oncanplaythrough

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8978


onchange

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

Fires when the contents of the object or selection have changed.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8985


onclick

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

Fires when the user clicks the left mouse button on the object

Param

The mouse event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8992


onclose

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:8994


oncontextmenu

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

Fires when the user clicks the right mouse button in the client area, opening the context menu.

Param

The mouse event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9001


oncopy

oncopy: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9003


oncuechange

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9005


oncut

oncut: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9007


ondblclick

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

Fires when the user double-clicks the object.

Param

The mouse event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9014


ondrag

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

Fires on the source object continuously during a drag operation.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9021


ondragend

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

Fires on the source object when the user releases the mouse at the close of a drag operation.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9028


ondragenter

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

Fires on the target element when the user drags the object to a valid drop target.

Param

The drag event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9035


ondragleave

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

Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.

Param

The drag event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9042


ondragover

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

Fires on the target element continuously while the user drags the object over a valid drop target.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9049


ondragstart

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

Fires on the source object when the user starts to drag a text selection or selected object.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9056


ondrop

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9058


ondurationchange

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

Occurs when the duration attribute is updated.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9065


onemptied

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

Occurs when the media element is reset to its initial state.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9072


onended

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

Occurs when the end of playback is reached.

Param

The event

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9079


onerror

onerror: OnErrorEventHandler

Fires when an error occurs during object loading.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9086


onfocus

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

Fires when the object receives focus.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9093


onformdata

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9095


ongotpointercapture

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9097


oninput

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9099


oninvalid

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9101


onkeydown

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

Fires when the user presses a key.

Param

The keyboard event

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9108


onkeypress

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

Fires when the user presses an alphanumeric key.

Param

The event.

Deprecated

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9116


onkeyup

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

Fires when the user releases a key.

Param

The keyboard event

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9123


onload

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

Fires immediately after the browser loads the object.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9130


onloadeddata

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

Occurs when media data is loaded at the current playback position.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9137


onloadedmetadata

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

Occurs when the duration and dimensions of the media have been determined.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9144


onloadstart

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

Occurs when Internet Explorer begins looking for media data.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9151


onlostpointercapture

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9153


onmousedown

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

Fires when the user clicks the object with either mouse button.

Param

The mouse event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9160


onmouseenter

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9162


onmouseleave

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9164


onmousemove

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

Fires when the user moves the mouse over the object.

Param

The mouse event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9171


onmouseout

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

Fires when the user moves the mouse pointer outside the boundaries of the object.

Param

The mouse event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9178


onmouseover

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

Fires when the user moves the mouse pointer into the object.

Param

The mouse event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9185


onmouseup

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

Fires when the user releases a mouse button while the mouse is over the object.

Param

The mouse event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9192


onpaste

onpaste: null | (this: GlobalEventHandlers, ev: ClipboardEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9194


onpause

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

Occurs when playback is paused.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9201


onplay

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

Occurs when the play method is requested.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9208


onplaying

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

Occurs when the audio or video has started playing.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9215


onpointercancel

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9217


onpointerdown

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9219


onpointerenter

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9221


onpointerleave

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9223


onpointermove

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9225


onpointerout

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9227


onpointerover

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9229


onpointerup

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9231


onprogress

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

Occurs to indicate progress while downloading media data.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9238


onratechange

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

Occurs when the playback rate is increased or decreased.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9245


onreset

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

Fires when the user resets a form.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9252


onresize

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9254


onscroll

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

Fires when the user repositions the scroll box in the scroll bar on the object.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9261


onscrollend

onscrollend: null | (this: GlobalEventHandlers, ev: Event) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9263


onsecuritypolicyviolation

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9265


onseeked

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

Occurs when the seek operation ends.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9272


onseeking

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

Occurs when the current playback position is moved.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9279


onselect

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

Fires when the current selection changes.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9286


onselectionchange

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9288


onselectstart

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9290


onslotchange

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9292


onstalled

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

Occurs when the download has stopped.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9299


onsubmit

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9301


onsuspend

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

Occurs if the load operation has been intentionally halted.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9308


ontimeupdate

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

Occurs to indicate the current playback position.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9315


ontoggle

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9317


ontouchcancel

Optional ontouchcancel: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9319


ontouchend

Optional ontouchend: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9321


ontouchmove

Optional ontouchmove: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9323


ontouchstart

Optional ontouchstart: null | (this: GlobalEventHandlers, ev: TouchEvent) => any

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9325


ontransitioncancel

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9327


ontransitionend

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9329


ontransitionrun

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9331


ontransitionstart

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9333


onvolumechange

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

Occurs when the volume is changed, or playback is muted or unmuted.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9340


onwaiting

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

Occurs when playback stops because the next frame of a video resource is not available.

Param

The event.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9347


onwebkitanimationend

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

Deprecated

This is a legacy alias of onanimationend.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9353


onwebkitanimationiteration

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

Deprecated

This is a legacy alias of onanimationiteration.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9359


onwebkitanimationstart

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

Deprecated

This is a legacy alias of onanimationstart.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9365


onwebkittransitionend

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

Deprecated

This is a legacy alias of ontransitionend.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9371


onwheel

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

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9373

Methods

addEventListener

addEventListener<K>(type, listener, options?): void

Type parameters

Name Type
K extends keyof GlobalEventHandlersEventMap

Parameters

Name Type
type K
listener (this: GlobalEventHandlers, ev: GlobalEventHandlersEventMap[K]) => any
options? boolean | AddEventListenerOptions

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9374

addEventListener(type, listener, options?): void

Parameters

Name Type
type string
listener EventListenerOrEventListenerObject
options? boolean | AddEventListenerOptions

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9375


removeEventListener

removeEventListener<K>(type, listener, options?): void

Type parameters

Name Type
K extends keyof GlobalEventHandlersEventMap

Parameters

Name Type
type K
listener (this: GlobalEventHandlers, ev: GlobalEventHandlersEventMap[K]) => any
options? boolean | EventListenerOptions

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9376

removeEventListener(type, listener, options?): void

Parameters

Name Type
type string
listener EventListenerOrEventListenerObject
options? boolean | EventListenerOptions

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:9377

Typescript Libraries

Modules

Namespaces

Clone this wiki locally