Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

onabort

onabort: null | ((ev: <internal>.UIEvent) => any)

Fires when the user aborts the download.

param ev

The event.

onanimationcancel

onanimationcancel: null | ((ev: <internal>.AnimationEvent) => any)

onanimationend

onanimationend: null | ((ev: <internal>.AnimationEvent) => any)

onanimationiteration

onanimationiteration: null | ((ev: <internal>.AnimationEvent) => any)

onanimationstart

onanimationstart: null | ((ev: <internal>.AnimationEvent) => any)

onauxclick

onauxclick: null | ((ev: <internal>.MouseEvent) => any)

onblur

onblur: null | ((ev: <internal>.FocusEvent) => any)

Fires when the object loses the input focus.

param ev

The focus event.

oncancel

oncancel: null | ((ev: <internal>.Event) => any)

oncanplay

oncanplay: null | ((ev: <internal>.Event) => any)

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

param ev

The event.

oncanplaythrough

oncanplaythrough: null | ((ev: <internal>.Event) => any)

onchange

onchange: null | ((ev: <internal>.Event) => any)

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

param ev

The event.

onclick

onclick: null | ((ev: <internal>.MouseEvent) => any)

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

param ev

The mouse event.

onclose

onclose: null | ((ev: <internal>.Event) => any)

oncontextmenu

oncontextmenu: null | ((ev: <internal>.MouseEvent) => any)

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

param ev

The mouse event.

oncuechange

oncuechange: null | ((ev: <internal>.Event) => any)

ondblclick

ondblclick: null | ((ev: <internal>.MouseEvent) => any)

Fires when the user double-clicks the object.

param ev

The mouse event.

ondrag

ondrag: null | ((ev: <internal>.DragEvent) => any)

Fires on the source object continuously during a drag operation.

param ev

The event.

ondragend

ondragend: null | ((ev: <internal>.DragEvent) => any)

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

param ev

The event.

ondragenter

ondragenter: null | ((ev: <internal>.DragEvent) => any)

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

param ev

The drag event.

ondragexit

ondragexit: null | ((ev: <internal>.Event) => any)

ondragleave

ondragleave: null | ((ev: <internal>.DragEvent) => any)

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

param ev

The drag event.

ondragover

ondragover: null | ((ev: <internal>.DragEvent) => any)

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

param ev

The event.

ondragstart

ondragstart: null | ((ev: <internal>.DragEvent) => any)

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

param ev

The event.

ondrop

ondrop: null | ((ev: <internal>.DragEvent) => any)

ondurationchange

ondurationchange: null | ((ev: <internal>.Event) => any)

Occurs when the duration attribute is updated.

param ev

The event.

onemptied

onemptied: null | ((ev: <internal>.Event) => any)

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

param ev

The event.

onended

onended: null | ((ev: <internal>.Event) => any)

Occurs when the end of playback is reached.

param ev

The event

onerror

Fires when an error occurs during object loading.

param ev

The event.

onfocus

onfocus: null | ((ev: <internal>.FocusEvent) => any)

Fires when the object receives focus.

param ev

The event.

ongotpointercapture

ongotpointercapture: null | ((ev: <internal>.PointerEvent) => any)

oninput

oninput: null | ((ev: <internal>.Event) => any)

oninvalid

oninvalid: null | ((ev: <internal>.Event) => any)

onkeydown

onkeydown: null | ((ev: <internal>.KeyboardEvent) => any)

Fires when the user presses a key.

param ev

The keyboard event

onkeypress

onkeypress: null | ((ev: <internal>.KeyboardEvent) => any)

Fires when the user presses an alphanumeric key.

param ev

The event.

onkeyup

onkeyup: null | ((ev: <internal>.KeyboardEvent) => any)

Fires when the user releases a key.

param ev

The keyboard event

onload

onload: null | ((ev: <internal>.Event) => any)

Fires immediately after the browser loads the object.

param ev

The event.

onloadeddata

onloadeddata: null | ((ev: <internal>.Event) => any)

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

param ev

The event.

onloadedmetadata

onloadedmetadata: null | ((ev: <internal>.Event) => any)

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

param ev

The event.

onloadstart

onloadstart: null | ((ev: <internal>.Event) => any)

Occurs when Internet Explorer begins looking for media data.

param ev

The event.

onlostpointercapture

onlostpointercapture: null | ((ev: <internal>.PointerEvent) => any)

onmousedown

onmousedown: null | ((ev: <internal>.MouseEvent) => any)

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

param ev

The mouse event.

onmouseenter

onmouseenter: null | ((ev: <internal>.MouseEvent) => any)

onmouseleave

onmouseleave: null | ((ev: <internal>.MouseEvent) => any)

onmousemove

onmousemove: null | ((ev: <internal>.MouseEvent) => any)

Fires when the user moves the mouse over the object.

param ev

The mouse event.

onmouseout

onmouseout: null | ((ev: <internal>.MouseEvent) => any)

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

param ev

The mouse event.

onmouseover

onmouseover: null | ((ev: <internal>.MouseEvent) => any)

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

param ev

The mouse event.

onmouseup

onmouseup: null | ((ev: <internal>.MouseEvent) => any)

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

param ev

The mouse event.

onpause

onpause: null | ((ev: <internal>.Event) => any)

Occurs when playback is paused.

param ev

The event.

onplay

onplay: null | ((ev: <internal>.Event) => any)

Occurs when the play method is requested.

param ev

The event.

onplaying

onplaying: null | ((ev: <internal>.Event) => any)

Occurs when the audio or video has started playing.

param ev

The event.

onpointercancel

onpointercancel: null | ((ev: <internal>.PointerEvent) => any)

onpointerdown

onpointerdown: null | ((ev: <internal>.PointerEvent) => any)

onpointerenter

onpointerenter: null | ((ev: <internal>.PointerEvent) => any)

onpointerleave

onpointerleave: null | ((ev: <internal>.PointerEvent) => any)

onpointermove

onpointermove: null | ((ev: <internal>.PointerEvent) => any)

onpointerout

onpointerout: null | ((ev: <internal>.PointerEvent) => any)

onpointerover

onpointerover: null | ((ev: <internal>.PointerEvent) => any)

onpointerup

onpointerup: null | ((ev: <internal>.PointerEvent) => any)

onprogress

onprogress: null | ((ev: <internal>.ProgressEvent<<internal>.EventTarget>) => any)

Occurs to indicate progress while downloading media data.

param ev

The event.

onratechange

onratechange: null | ((ev: <internal>.Event) => any)

Occurs when the playback rate is increased or decreased.

param ev

The event.

onreset

onreset: null | ((ev: <internal>.Event) => any)

Fires when the user resets a form.

param ev

The event.

onresize

onresize: null | ((ev: <internal>.UIEvent) => any)

onscroll

onscroll: null | ((ev: <internal>.Event) => any)

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

param ev

The event.

onsecuritypolicyviolation

onsecuritypolicyviolation: null | ((ev: <internal>.SecurityPolicyViolationEvent) => any)

onseeked

onseeked: null | ((ev: <internal>.Event) => any)

Occurs when the seek operation ends.

param ev

The event.

onseeking

onseeking: null | ((ev: <internal>.Event) => any)

Occurs when the current playback position is moved.

param ev

The event.

onselect

onselect: null | ((ev: <internal>.Event) => any)

Fires when the current selection changes.

param ev

The event.

onselectionchange

onselectionchange: null | ((ev: <internal>.Event) => any)

onselectstart

onselectstart: null | ((ev: <internal>.Event) => any)

onstalled

onstalled: null | ((ev: <internal>.Event) => any)

Occurs when the download has stopped.

param ev

The event.

onsubmit

onsubmit: null | ((ev: <internal>.Event) => any)

onsuspend

onsuspend: null | ((ev: <internal>.Event) => any)

Occurs if the load operation has been intentionally halted.

param ev

The event.

ontimeupdate

ontimeupdate: null | ((ev: <internal>.Event) => any)

Occurs to indicate the current playback position.

param ev

The event.

ontoggle

ontoggle: null | ((ev: <internal>.Event) => any)

Optional ontouchcancel

ontouchcancel?: null | ((ev: <internal>.TouchEvent) => any)

Optional ontouchend

ontouchend?: null | ((ev: <internal>.TouchEvent) => any)

Optional ontouchmove

ontouchmove?: null | ((ev: <internal>.TouchEvent) => any)

Optional ontouchstart

ontouchstart?: null | ((ev: <internal>.TouchEvent) => any)

ontransitioncancel

ontransitioncancel: null | ((ev: <internal>.TransitionEvent) => any)

ontransitionend

ontransitionend: null | ((ev: <internal>.TransitionEvent) => any)

ontransitionrun

ontransitionrun: null | ((ev: <internal>.TransitionEvent) => any)

ontransitionstart

ontransitionstart: null | ((ev: <internal>.TransitionEvent) => any)

onvolumechange

onvolumechange: null | ((ev: <internal>.Event) => any)

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

param ev

The event.

onwaiting

onwaiting: null | ((ev: <internal>.Event) => any)

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

param ev

The event.

onwheel

onwheel: null | ((ev: <internal>.WheelEvent) => any)

Methods

addEventListener

removeEventListener

Generated using TypeDoc