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

x/levo/src/virtual-node-events.ts>VirtualNodeEvents

Server side rendering with The Elm Architecture in Deno
Latest
type alias VirtualNodeEvents
import { type VirtualNodeEvents } from "https://deno.land/x/levo@v0.0.27/src/virtual-node-events.ts";
definition: { onabort?: Action; onafterprint?: Action; onanimationcancel?: Action; onanimationend?: Action; onanimationiteration?: Action; onanimationstart?: Action; onappinstalled?: Action; onaudioprocess?: Action; onaudioend?: Action; onaudiostart?: Action; onbeforeprint?: Action; onbeforeunload?: Action; onbeginEvent?: Action; onblocked?: Action; onblur?: Action; onboundary?: Action; oncanplay?: Action; oncanplaythrough?: Action; onchange?: Action; onchargingchange?: Action; onchargingtimechange?: Action; onclick?: Action; onclose?: Action; oncomplete?: Action; oncompositionend?: Action; oncompositionstart?: Action; oncompositionupdate?: Action; oncontextmenu?: Action; oncopy?: Action; oncut?: Action; ondblclick?: Action; ondevicechange?: Action; ondevicemotion?: Action; ondeviceorientation?: Action; ondischargingtimechange?: Action; onDOMActivate?: Action; onDOMAttributeNameChanged?: Action; onDOMAttrModified?: Action; onDOMCharacterDataModified?: Action; onDOMContentLoaded?: Action; onDOMElementNameChanged?: Action; onDOMFocusIn?: Action; onDOMFocusOut?: Action; onDOMNodeInserted?: Action; onDOMNodeInsertedIntoDocument?: Action; onDOMNodeRemoved?: Action; onDOMNodeRemovedFromDocument?: Action; onDOMSubtreeModified?: Action; ondrag?: Action; ondragend?: Action; ondragenter?: Action; ondragleave?: Action; ondragover?: Action; ondragstart?: Action; ondrop?: Action; ondurationchange?: Action; onemptied?: Action; onend?: Action; onended?: Action; onendEvent?: Action; onerror?: Action; onfocus?: Action; onfocusin?: Action; onfocusout?: Action; onfullscreenchange?: Action; onfullscreenerror?: Action; ongamepadconnected?: Action; ongamepaddisconnected?: Action; ongotpointercapture?: Action; onhashchange?: Action; onlostpointercapture?: Action; oninput?: Action; oninvalid?: Action; onkeydown?: Action; onkeypress?: Action; onkeyup?: Action; onlanguagechange?: Action; onlevelchange?: Action; onload?: Action; onloadeddata?: Action; onloadedmetadata?: Action; onloadend?: Action; onloadstart?: Action; onmark?: Action; onmessage?: Action; onmessageerror?: Action; onmousedown?: Action; onmouseenter?: Action; onmouseleave?: Action; onmousemove?: Action; onmouseout?: Action; onmouseover?: Action; onmouseup?: Action; onnomatch?: Action; onnotificationclick?: Action; onoffline?: Action; ononline?: Action; onopen?: Action; onorientationchange?: Action; onpagehide?: Action; onpageshow?: Action; onpaste?: Action; onpause?: Action; onpointercancel?: Action; onpointerdown?: Action; onpointerenter?: Action; onpointerleave?: Action; onpointerlockchange?: Action; onpointerlockerror?: Action; onpointermove?: Action; onpointerout?: Action; onpointerover?: Action; onpointerup?: Action; onplay?: Action; onplaying?: Action; onpopstate?: Action; onprogress?: Action; onpush?: Action; onpushsubscriptionchange?: Action; onratechange?: Action; onreadystatechange?: Action; onrepeatEvent?: Action; onreset?: Action; onresize?: Action; onresourcetimingbufferfull?: Action; onresult?: Action; onresume?: Action; onscroll?: Action; onseeked?: Action; onseeking?: Action; onselect?: Action; onselectstart?: Action; onselectionchange?: Action; onshow?: Action; onslotchange?: Action; onsoundend?: Action; onsoundstart?: Action; onspeechend?: Action; onspeechstart?: Action; onstalled?: Action; onstart?: Action; onstorage?: Action; onsubmit?: Action; onsuccess?: Action; onsuspend?: Action; onSVGAbort?: Action; onSVGError?: Action; onSVGLoad?: Action; onSVGResize?: Action; onSVGScroll?: Action; onSVGUnload?: Action; onSVGZoom?: Action; ontimeout?: Action; ontimeupdate?: Action; ontouchcancel?: Action; ontouchend?: Action; ontouchmove?: Action; ontouchstart?: Action; ontransitionend?: Action; onunload?: Action; onupgradeneeded?: Action; onuserproximity?: Action; onvoiceschanged?: Action; onversionchange?: Action; onvisibilitychange?: Action; onvolumechange?: Action; onwaiting?: Action; onwheel?: Action; }