Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fresh_testing_library/components.ts>EventType

Utilities for testing fresh apps
Latest
type alias EventType
import { type EventType } from "https://deno.land/x/fresh_testing_library@0.13.0/components.ts";
definition:
| "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"
| "popState"
| "select"
| "touchCancel"
| "touchEnd"
| "touchMove"
| "touchStart"
| "resize"
| "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"
| "transitionCancel"
| "transitionEnd"
| "transitionRun"
| "transitionStart"
| "doubleClick"
| "pointerOver"
| "pointerEnter"
| "pointerDown"
| "pointerMove"
| "pointerUp"
| "pointerCancel"
| "pointerOut"
| "pointerLeave"
| "gotPointerCapture"
| "lostPointerCapture"
| "offline"
| "online"