Namespace: Events

Events

Exposes all events properties.

Source:
See:

Members

(static, constant) ADD_TRACK :String

The addtrack event is fired when a track is added to a TextTrackList.

Type:
  • String
Source:
See:

(static, constant) ANIMATION_END :String

The animationend event is fired when a CSS Animation has completed. If the animation aborts before reaching completion, such as if the element is removed from the DOM or the animation is removed from the element, the animationend event is not fired.

Type:
  • String
Source:
See:

(static, constant) BEFOREUNLOAD :String

The beforeunload event is fired when the window, the document and its resources are about to be unloaded. The document is still visible and the event is still cancelable at this point.

Type:
  • String
Source:
See:

(static, constant) CHANGE :String

The change event is fired when a text track is made active or inactive, or a textTrackList is otherwise changed.

Type:
  • String
Source:
See:

(static, constant) CLICK :String

An element receives a click event when a pointing device button (such as a mouse's primary mouse button)is both pressed and released while the pointer is located inside the element.

Type:
  • String
Source:
See:

(static, constant) FULL_SCREEN_CHANGE :String

The fullscreenchange event is fired immediately after the browser switches into or out of full-screen mode.

Type:
  • String
Source:
See:

(static, constant) KEY_DOWN :String

The keydown event is fired when a key is pressed. Unlike the keypress event, the keydown event is fired for all keys, regardless of whether they produce a character value.

Type:
  • String
Source:
See:

(static, constant) MOUSE_ENTER :String

The mouseenter event is fired at an Element when a pointing device (usually a mouse) is initially moved so that its hotspot is within the element at which the event was fired.

Type:
  • String
Source:
See:

(static, constant) WEBKIT_CURRENT_PLAYBACK_TARGET_IS_WIRELESS_CHANGED :String

Airplay current playback target is wireless changed.

Type:
  • String
Source:

(static, constant) WEBKIT_PLAYBACK_TARGET_AVAILABILITY_CHANGED :String

Airplay playback target availability changed.

Type:
  • String
Source:

(static, constant) WHEEL :String

The wheel event fires when the user rotates a wheel button on a pointing device (typically a mouse).

Type:
  • String
Source:
See: