Crate web_event

Source

Structsยง

  • Bubbles: YesCancelable: YesEvent type: Event :> [UiEvent] :> [MouseEvent] :> PointerEventSupported HTML tags: All HTML elements, EXCEPT: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, <title>
  • The event occurs when the user double-clicks on an element
  • Execute when a user writes something in an <input> field.
  • Bubbles: YesCancelable: YesEvent type: MouseEventSupported HTML tags: All HTML elements, EXCEPT: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, and <title>.
  • Bubbles: YesCancelable: YesEvent type: MouseEventSupported HTML tags: All HTML elements, EXCEPT: <base>, <bdo>, <br>, <head>, <html>, <iframe>, <meta>, <param>, <script>, <style>, and <title>.