Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/@types/testing-library__dom/events.d"

Index

Type aliases

CreateObject

CreateObject: object

Type declaration

EventType

EventType: "copy" | "cut" | "paste" | "compositionEnd" | "compositionStart" | "compositionUpdate" | "keyDown" | "keyPress" | "keyUp" | "focus" | "blur" | "focusIn" | "focusOut" | "change" | "input" | "invalid" | "submit" | "reset" | "click" | "contextMenu" | "dblClick" | "drag" | "dragEnd" | "dragEnter" | "dragExit" | "dragLeave" | "dragOver" | "dragStart" | "drop" | "mouseDown" | "mouseEnter" | "mouseLeave" | "mouseMove" | "mouseOut" | "mouseOver" | "mouseUp" | "select" | "touchCancel" | "touchEnd" | "touchMove" | "touchStart" | "scroll" | "wheel" | "abort" | "canPlay" | "canPlayThrough" | "durationChange" | "emptied" | "encrypted" | "ended" | "loadedData" | "loadedMetadata" | "loadStart" | "pause" | "play" | "playing" | "progress" | "rateChange" | "seeked" | "seeking" | "stalled" | "suspend" | "timeUpdate" | "volumeChange" | "waiting" | "load" | "error" | "animationStart" | "animationEnd" | "animationIteration" | "transitionEnd" | "doubleClick" | "pointerOver" | "pointerEnter" | "pointerDown" | "pointerMove" | "pointerUp" | "pointerCancel" | "pointerOut" | "pointerLeave" | "gotPointerCapture" | "lostPointerCapture"

FireFunction

FireFunction: function

Type declaration

    • (element: Document | Element | Window, event: Event): boolean
    • Parameters

      • element: Document | Element | Window
      • event: Event

      Returns boolean

FireObject

FireObject: object

Type declaration

Variables

Const createEvent

createEvent: CreateObject

Const fireEvent

Generated using TypeDoc