import { __customEvent } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { CustomEvent } = __customEvent;
Constructors
new
CustomEvent(type: string, customEventInitDict?: __domTypes.CustomEventInit)Methods
initCustomEvent(): void
type: string,
bubbles?: boolean,
cancelable?: boolean,
detail?: any,