Module dioxus_html::events
source · Structs
- 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.
- An Element that has been rendered and allows reading and modifying information about it.
- A synthetic event that wraps a web-style
MouseEvent
Data associated with a mouse event
Enums
- The error type for the MountedData
- The way that scrolling should be performed
Traits
- An Element that has been rendered and allows reading and modifying information about it.
Functions
- abort
- onanimationend
- onanimationiteration
- onanimationstart
- onblur
- canplay
- canplaythrough
- onchange
- Execute a callback when a button is clicked.
- oncompositionend
- oncompositionstart
- oncompositionupdate
- oncontextmenu
- oncopy
- oncut
- ondoubleclick
- ondoubleclick
- ondrag
- ondragend
- ondragenter
- ondragexit
- ondragleave
- ondragover
- ondragstart
- ondrop
- durationchange
- emptied
- encrypted
- ended
- onerror
- onfocus
- gotpointercapture
- oninput handler
- oninvalid
- onkeydown
- onkeypress
- onkeyup
- onload
- loadeddata
- loadedmetadata
- loadstart
- lostpointercapture
- mounted
- onmousedown
- onmouseenter
- onmouseleave
- onmousemove
- onmouseout
- onmouseover
- onmouseup
- onpaste
- pause
- play
- playing
- pointercancel
- pointerdown
- pointerenter
- pointerleave
- pointermove
- pointerout
- pointerover
- pointerup
- progress
- ratechange
- onreset
- onscroll
- seeked
- seeking
- select
- selectionchange
- selectstart
- stalled
- onsubmit
- suspend
- timeupdate
- ontoggle
- touchcancel
- touchend
- touchmove
- touchstart
- transitionend
- volumechange
- waiting
- Called when the mouse wheel is rotated over an element.
Type Aliases
- The MountedResult type for the MountedData