Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EventType

type EventType =
| "focus"
| "blur"
| "change"
| "changeText"
| "valueChange"
| "contentSizeChange"
| "endEditing"
| "keyPress"
| "submitEditing"
| "layout"
| "selectionChange"
| "longPress"
| "press"
| "pressIn"
| "pressOut"
| "momentumScrollBegin"
| "momentumScrollEnd"
| "scroll"
| "scrollBeginDrag"
| "scrollEndDrag"
| "load"
| "error"
| "progress"
| "custom";

§Type

§
"focus" | "blur" | "change" | "changeText" | "valueChange" | "contentSizeChange" | "endEditing" | "keyPress" | "submitEditing" | "layout" | "selectionChange" | "longPress" | "press" | "pressIn" | "pressOut" | "momentumScrollBegin" | "momentumScrollEnd" | "scroll" | "scrollBeginDrag" | "scrollEndDrag" | "load" | "error" | "progress" | "custom"
[src]