Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface EventTargetLike.HasEventTargetAddRemove.Options
import { type EventTargetLike } from "https://deno.land/x/evt@v2.4.20/lib/types/index.ts";
const { Options } = EventTargetLike.HasEventTargetAddRemove;

Properties

optional
capture: boolean
optional
passive: boolean
optional
once: boolean