Skip to main content

Module events

Module events 

Source

Structs§

AnimationDatahtml
CancelDatahtml
ClipboardDatahtml
CompositionDatahtml
DOMRecthtml
DragDatahtml
The DragEvent interface is a DOM event that represents a drag and drop interaction. The user initiates a drag by placing a pointer device (such as a mouse) on the touch surface and then dragging the pointer to a new location (such as another DOM element). Applications are free to interpret a drag and drop interaction in an application-specific way.
FocusDatahtml
FormDatahtml
ImageDatahtml
KeyboardDatahtml
MediaDatahtml
MountedDatahtml
An Element that has been rendered and allows reading and modifying information about it.
MouseDatahtml
A synthetic event that wraps a web-style MouseEvent Data associated with a mouse event
PlatformEventDatahtml
A platform specific event.
PointerDatahtml
ResizeDatahtml
ScrollDatahtml
ScrollToOptionshtml
The way that scrolling should be performed
SelectionDatahtml
SerializedAnimationDatahtml
A serialized version of AnimationData
SerializedCancelDatahtml
A serialized version of CancelData
SerializedClipboardDatahtml
A serialized version of ClipboardData
SerializedCompositionDatahtml
A serialized version of CompositionData
SerializedDragDatahtml
A serialized version of DragData
SerializedFocusDatahtml
A serialized version of FocusData
SerializedFormDatahtml
A serialized form data object
SerializedFormObjecthtml
SerializedImageDatahtml
A serialized version of ImageData
SerializedKeyboardDatahtml
A serialized version of KeyboardData
SerializedMediaDatahtml
A serialized version of MediaData
SerializedMouseDatahtml
A serialized version of MouseData
SerializedPointerDatahtml
A serialized version of PointerData
SerializedResizeDatahtml
A serialized version of ResizeData
SerializedScrollDatahtml
A serialized version of ScrollData
SerializedSelectionDatahtml
A serialized version of SelectionData
SerializedToggleDatahtml
A serialized version of ToggleData
SerializedTouchDatahtml
A serialized version of TouchData
SerializedTransitionDatahtml
A serialized version of TransitionData
SerializedVisibleDatahtml
A serialized version of VisibleData
SerializedWheelDatahtml
A serialized version of WheelData
ToggleDatahtml
TouchDatahtml
TouchPointhtml
TransitionDatahtml
VisibleDatahtml
WheelDatahtml
Data associated with a WheelEvent

Enums§

FormValuehtml
A value in a form, either text or a file
KeyCodehtml
MountedErrorhtml
The error type for the MountedData
ResizeErrorhtml
The error type for the MountedData
ScrollBehaviorhtml
The way that scrolling should be performed
ScrollLogicalPositionhtml
The desired final position within the scrollable ancestor container for a given axis.
VisibleErrorhtml
The error type for the VisibleData

Traits§

HasAnimationDatahtml
A trait for any object that has the data for an animation event
HasCancelDatahtml
HasClipboardDatahtml
HasCompositionDatahtml
A trait for any object that has the data for a composition event
HasDragDatahtml
A trait for any object that has the data for a drag event
HasFocusDatahtml
HasFormDatahtml
An object that has all the data for a form event
HasImageDatahtml
A trait for any object that has the data for an image event
HasKeyboardDatahtml
HasMediaDatahtml
HasMouseDatahtml
A trait for any object that has the data for a mouse event
HasPointerDatahtml
A trait for any object that has the data for a pointer event
HasResizeDatahtml
HasScrollDatahtml
HasSelectionDatahtml
HasToggleDatahtml
HasTouchDatahtml
HasTouchPointDatahtml
A trait for touch point data
HasTransitionDatahtml
HasVisibleDatahtml
HasWheelDatahtml
HtmlEventConverterhtml
A converter between a platform specific event and a general event. All code in a renderer that has a large binary size should be placed in this trait. Each of these functions should be snipped in high levels of optimization.
RenderedElementBackinghtml
An Element that has been rendered and allows reading and modifying information about it.

Functions§

onaborthtml
onabort
onanimationendhtml
onanimationend
onanimationiterationhtml
onanimationiteration
onanimationstarthtml
onanimationstart
onauxclickhtml
onauxclick
onbeforetogglehtml
onbeforetoggle
onblurhtml
onblur
oncancelhtml
oncancel
oncanplayhtml
oncanplay
oncanplaythroughhtml
oncanplaythrough
onchangehtml
onchange
onclickhtml
onclick Execute a callback when a button is clicked.
oncompositionendhtml
oncompositionend
oncompositionstarthtml
oncompositionstart
oncompositionupdatehtml
oncompositionupdate
oncontextmenuhtml
oncontextmenu
oncopyhtml
oncopy
oncuthtml
oncut
ondblclickDeprecatedhtml
ondblclick
ondoubleclickhtml
ondoubleclick
ondraghtml
ondrag
ondragendhtml
ondragend
ondragenterhtml
ondragenter
ondragexithtml
ondragexit
ondragleavehtml
ondragleave
ondragoverhtml
ondragover
ondragstarthtml
ondragstart
ondrophtml
ondrop
ondurationchangehtml
ondurationchange
onemptiedhtml
onemptied
onencryptedhtml
onencrypted
onendedhtml
onended
onerrorhtml
onerror
onfocushtml
onfocus
onfocusinhtml
onfocusin
onfocusouthtml
onfocusout
ongotpointercapturehtml
ongotpointercapture
oninputhtml
oninput The oninput event is fired when the value of a <input>, <select>, or <textarea> element is changed.
oninvalidhtml
oninvalid
onkeydownhtml
onkeydown
onkeypresshtml
onkeypress
onkeyuphtml
onkeyup
onloadhtml
onload
onloadeddatahtml
onloadeddata
onloadedmetadatahtml
onloadedmetadata
onloadstarthtml
onloadstart
onlostpointercapturehtml
onlostpointercapture
onmounthtml
onmounted The onmounted event is fired when the element is first added to the DOM. This event gives you a MountedData object and lets you interact with the raw DOM element.
onmountedhtml
onmounted The onmounted event is fired when the element is first added to the DOM. This event gives you a MountedData object and lets you interact with the raw DOM element.
onmousedownhtml
onmousedown
onmouseenterhtml
onmouseenter
onmouseleavehtml
onmouseleave
onmousemovehtml
onmousemove
onmouseouthtml
onmouseout
onmouseoverhtml
onmouseover Triggered when the users’s mouse hovers over an element.
onmouseuphtml
onmouseup
onpastehtml
onpaste
onpausehtml
onpause
onplayhtml
onplay
onplayinghtml
onplaying
onpointercancelhtml
onpointercancel
onpointerdownhtml
onpointerdown
onpointerenterhtml
onpointerenter
onpointerleavehtml
onpointerleave
onpointermovehtml
onpointermove
onpointerouthtml
onpointerout
onpointeroverhtml
onpointerover
onpointeruphtml
onpointerup
onprogresshtml
onprogress
onratechangehtml
onratechange
onresethtml
onreset
onresizehtml
onresize
onscrollhtml
onscroll
onscrollendhtml
onscrollend
onseekedhtml
onseeked
onseekinghtml
onseeking
onselecthtml
onselect
onselectionchangehtml
onselectionchange
onselectstarthtml
onselectstart
onstalledhtml
onstalled
onsubmithtml
onsubmit
onsuspendhtml
onsuspend
ontimeupdatehtml
ontimeupdate
ontogglehtml
ontoggle
ontouchcancelhtml
ontouchcancel
ontouchendhtml
ontouchend
ontouchmovehtml
ontouchmove
ontouchstarthtml
ontouchstart
ontransitionendhtml
ontransitionend
onvisiblehtml
onvisible
onvolumechangehtml
onvolumechange
onwaitinghtml
onwaiting
onwheelhtml
onwheel Called when the mouse wheel is rotated over an element.
set_event_converterhtml

Type Aliases§

AnimationEventhtml
CancelEventhtml
ClipboardEventhtml
CompositionEventhtml
DragEventhtml
FocusEventhtml
FormEventhtml
ImageEventhtml
KeyboardEventhtml
MediaEventhtml
MountedEventhtml
MountedResulthtml
The MountedResult type for the MountedData
MouseEventhtml
PointerEventhtml
A synthetic event that wraps a web-style PointerEvent
ResizeEventhtml
ResizeResulthtml
The ResizeResult type for the ResizeData
ScrollEventhtml
SelectionEventhtml
ToggleEventhtml
TouchEventhtml
TransitionEventhtml
VisibleEventhtml
VisibleResulthtml
The VisibleResult type for the VisibleData
WheelEventhtml
A synthetic event that wraps a web-style WheelEvent