Skip to main content
Module

x/deno/js/dom_types.ts>EventListener

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface EventListener
import { type EventListener } from "https://deno.land/x/deno@v0.17.0/js/dom_types.ts";

Properties

readonly
callback: (event: Event) => void | null
readonly
options: boolean | AddEventListenerOptions

Methods

handleEvent(event: Event): void