GlobalEventHandlers$Typings extension
Properties
-
addEventListener
→ ({void Function<K$>(GlobalEventHandlersEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
-
Overload accessor: $1, $2
no setter
-
onabort
↔ dynamic Function(UIEvent)?
-
Fires when the user aborts the download.
@param ev The event.
getter/setter pair
-
onanimationcancel
↔ dynamic Function(AnimationEvent)?
-
MDN Reference
getter/setter pair
-
onanimationend
↔ dynamic Function(AnimationEvent)?
-
MDN Reference
getter/setter pair
-
onanimationiteration
↔ dynamic Function(AnimationEvent)?
-
MDN Reference
getter/setter pair
-
onanimationstart
↔ dynamic Function(AnimationEvent)?
-
MDN Reference
getter/setter pair
-
onauxclick
↔ dynamic Function(MouseEvent)?
-
MDN Reference
getter/setter pair
-
onbeforeinput
↔ dynamic Function(InputEvent)?
-
MDN Reference
getter/setter pair
-
onblur
↔ dynamic Function(FocusEvent)?
-
Fires when the object loses the input focus.
@param ev The focus event.
getter/setter pair
-
oncancel
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
oncanplay
↔ dynamic Function(Event)?
-
Occurs when playback is possible, but would require further buffering.
@param ev The event.
getter/setter pair
-
oncanplaythrough
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
onchange
↔ dynamic Function(Event)?
-
Fires when the contents of the object or selection have changed.
@param ev The event.
getter/setter pair
-
onclick
↔ dynamic Function(MouseEvent)?
-
Fires when the user clicks the left mouse button on the object
@param ev The mouse event.
getter/setter pair
-
onclose
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
Fires when the user clicks the right mouse button in the client area, opening the context menu.
@param ev The mouse event.
getter/setter pair
-
oncopy
↔ dynamic Function(ClipboardEvent)?
-
MDN Reference
getter/setter pair
-
oncuechange
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
oncut
↔ dynamic Function(ClipboardEvent)?
-
MDN Reference
getter/setter pair
-
ondblclick
↔ dynamic Function(MouseEvent)?
-
Fires when the user double-clicks the object.
@param ev The mouse event.
getter/setter pair
-
ondrag
↔ dynamic Function(DragEvent)?
-
Fires on the source object continuously during a drag operation.
@param ev The event.
getter/setter pair
-
ondragend
↔ dynamic Function(DragEvent)?
-
Fires on the source object when the user releases the mouse at the close of a drag operation.
@param ev The event.
getter/setter pair
-
ondragenter
↔ dynamic Function(DragEvent)?
-
Fires on the target element when the user drags the object to a valid drop target.
@param ev The drag event.
getter/setter pair
-
ondragleave
↔ dynamic Function(DragEvent)?
-
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.
getter/setter pair
-
ondragover
↔ dynamic Function(DragEvent)?
-
Fires on the target element continuously while the user drags the object over a valid drop target.
@param ev The event.
getter/setter pair
-
ondragstart
↔ dynamic Function(DragEvent)?
-
Fires on the source object when the user starts to drag a text selection or selected object.
@param ev The event.
getter/setter pair
-
ondrop
↔ dynamic Function(DragEvent)?
-
MDN Reference
getter/setter pair
-
ondurationchange
↔ dynamic Function(Event)?
-
Occurs when the duration attribute is updated.
@param ev The event.
getter/setter pair
-
onemptied
↔ dynamic Function(Event)?
-
Occurs when the media element is reset to its initial state.
@param ev The event.
getter/setter pair
-
onended
↔ dynamic Function(Event)?
-
Occurs when the end of playback is reached.
@param ev The event
getter/setter pair
-
onerror
↔ OnErrorEventHandler?
-
Fires when an error occurs during object loading.
@param ev The event.
getter/setter pair
-
onfocus
↔ dynamic Function(FocusEvent)?
-
Fires when the object receives focus.
@param ev The event.
getter/setter pair
-
onformdata
↔ dynamic Function(FormDataEvent)?
-
MDN Reference
getter/setter pair
-
ongotpointercapture
↔ dynamic Function(PointerEvent)?
-
MDN Reference
getter/setter pair
-
oninput
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
oninvalid
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
onkeydown
↔ dynamic Function(KeyboardEvent)?
-
Fires when the user presses a key.
@param ev The keyboard event
getter/setter pair
-
onkeypress
↔ dynamic Function(KeyboardEvent)?
-
Fires when the user presses an alphanumeric key.
@param ev The event.
@deprecated
getter/setter pair
-
onkeyup
↔ dynamic Function(KeyboardEvent)?
-
Fires when the user releases a key.
@param ev The keyboard event
getter/setter pair
-
onload
↔ dynamic Function(Event)?
-
Fires immediately after the browser loads the object.
@param ev The event.
getter/setter pair
-
onloadeddata
↔ dynamic Function(Event)?
-
Occurs when media data is loaded at the current playback position.
@param ev The event.
getter/setter pair
-
onloadedmetadata
↔ dynamic Function(Event)?
-
Occurs when the duration and dimensions of the media have been determined.
@param ev The event.
getter/setter pair
-
onloadstart
↔ dynamic Function(Event)?
-
Occurs when Internet Explorer begins looking for media data.
@param ev The event.
getter/setter pair
-
onlostpointercapture
↔ dynamic Function(PointerEvent)?
-
MDN Reference
getter/setter pair
-
onmousedown
↔ dynamic Function(MouseEvent)?
-
Fires when the user clicks the object with either mouse button.
@param ev The mouse event.
getter/setter pair
-
onmouseenter
↔ dynamic Function(MouseEvent)?
-
MDN Reference
getter/setter pair
-
onmouseleave
↔ dynamic Function(MouseEvent)?
-
MDN Reference
getter/setter pair
-
onmousemove
↔ dynamic Function(MouseEvent)?
-
Fires when the user moves the mouse over the object.
@param ev The mouse event.
getter/setter pair
-
onmouseout
↔ dynamic Function(MouseEvent)?
-
Fires when the user moves the mouse pointer outside the boundaries of the object.
@param ev The mouse event.
getter/setter pair
-
onmouseover
↔ dynamic Function(MouseEvent)?
-
Fires when the user moves the mouse pointer into the object.
@param ev The mouse event.
getter/setter pair
-
onmouseup
↔ dynamic Function(MouseEvent)?
-
Fires when the user releases a mouse button while the mouse is over the object.
@param ev The mouse event.
getter/setter pair
-
onpaste
↔ dynamic Function(ClipboardEvent)?
-
MDN Reference
getter/setter pair
-
onpause
↔ dynamic Function(Event)?
-
Occurs when playback is paused.
@param ev The event.
getter/setter pair
-
onplay
↔ dynamic Function(Event)?
-
Occurs when the play method is requested.
@param ev The event.
getter/setter pair
-
onplaying
↔ dynamic Function(Event)?
-
Occurs when the audio or video has started playing.
@param ev The event.
getter/setter pair
-
onpointercancel
↔ dynamic Function(PointerEvent)?
-
MDN Reference
getter/setter pair
-
onpointerdown
↔ dynamic Function(PointerEvent)?
-
MDN Reference
getter/setter pair
-
onpointerenter
↔ dynamic Function(PointerEvent)?
-
MDN Reference
getter/setter pair
-
onpointerleave
↔ dynamic Function(PointerEvent)?
-
MDN Reference
getter/setter pair
-
onpointermove
↔ dynamic Function(PointerEvent)?
-
MDN Reference
getter/setter pair
-
onpointerout
↔ dynamic Function(PointerEvent)?
-
MDN Reference
getter/setter pair
-
onpointerover
↔ dynamic Function(PointerEvent)?
-
MDN Reference
getter/setter pair
-
onpointerup
↔ dynamic Function(PointerEvent)?
-
MDN Reference
getter/setter pair
-
onprogress
↔ dynamic Function(ProgressEvent<EventTarget>)?
-
Occurs to indicate progress while downloading media data.
@param ev The event.
getter/setter pair
-
onratechange
↔ dynamic Function(Event)?
-
Occurs when the playback rate is increased or decreased.
@param ev The event.
getter/setter pair
-
onreset
↔ dynamic Function(Event)?
-
Fires when the user resets a form.
@param ev The event.
getter/setter pair
-
onresize
↔ dynamic Function(UIEvent)?
-
MDN Reference
getter/setter pair
-
onscroll
↔ dynamic Function(Event)?
-
Fires when the user repositions the scroll box in the scroll bar on the object.
@param ev The event.
getter/setter pair
-
onscrollend
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
onsecuritypolicyviolation
↔ dynamic Function(SecurityPolicyViolationEvent)?
-
MDN Reference
getter/setter pair
-
onseeked
↔ dynamic Function(Event)?
-
Occurs when the seek operation ends.
@param ev The event.
getter/setter pair
-
onseeking
↔ dynamic Function(Event)?
-
Occurs when the current playback position is moved.
@param ev The event.
getter/setter pair
-
onselect
↔ dynamic Function(Event)?
-
Fires when the current selection changes.
@param ev The event.
getter/setter pair
-
onselectionchange
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
onselectstart
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
onslotchange
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
onstalled
↔ dynamic Function(Event)?
-
Occurs when the download has stopped.
@param ev The event.
getter/setter pair
-
onsubmit
↔ dynamic Function(SubmitEvent)?
-
MDN Reference
getter/setter pair
-
onsuspend
↔ dynamic Function(Event)?
-
Occurs if the load operation has been intentionally halted.
@param ev The event.
getter/setter pair
-
ontimeupdate
↔ dynamic Function(Event)?
-
Occurs to indicate the current playback position.
@param ev The event.
getter/setter pair
-
ontoggle
↔ dynamic Function(Event)?
-
MDN Reference
getter/setter pair
-
ontouchcancel
↔ dynamic Function(TouchEvent)?
-
MDN Reference
getter/setter pair
-
ontouchend
↔ dynamic Function(TouchEvent)?
-
MDN Reference
getter/setter pair
-
ontouchmove
↔ dynamic Function(TouchEvent)?
-
MDN Reference
getter/setter pair
-
ontouchstart
↔ dynamic Function(TouchEvent)?
-
MDN Reference
getter/setter pair
-
ontransitioncancel
↔ dynamic Function(TransitionEvent)?
-
MDN Reference
getter/setter pair
-
ontransitionend
↔ dynamic Function(TransitionEvent)?
-
MDN Reference
getter/setter pair
-
ontransitionrun
↔ dynamic Function(TransitionEvent)?
-
MDN Reference
getter/setter pair
-
ontransitionstart
↔ dynamic Function(TransitionEvent)?
-
MDN Reference
getter/setter pair
-
onvolumechange
↔ dynamic Function(Event)?
-
Occurs when the volume is changed, or playback is muted or unmuted.
@param ev The event.
getter/setter pair
-
onwaiting
↔ dynamic Function(Event)?
-
Occurs when playback stops because the next frame of a video resource is not available.
@param ev The event.
getter/setter pair
-
onwebkitanimationend
↔ dynamic Function(Event)?
-
@deprecated This is a legacy alias of
onanimationend
.
getter/setter pair
-
onwebkitanimationiteration
↔ dynamic Function(Event)?
-
@deprecated This is a legacy alias of
onanimationiteration
.
getter/setter pair
-
onwebkitanimationstart
↔ dynamic Function(Event)?
-
@deprecated This is a legacy alias of
onanimationstart
.
getter/setter pair
-
onwebkittransitionend
↔ dynamic Function(Event)?
-
@deprecated This is a legacy alias of
ontransitionend
.
getter/setter pair
-
onwheel
↔ dynamic Function(WheelEvent)?
-
MDN Reference
getter/setter pair
-
removeEventListener
→ ({void Function<K$>(GlobalEventHandlersEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
-
Overload accessor: $1, $2
no setter