class CustomEvent
extends Event
import { CustomEvent } from "https://deno.land/x/deno@v1.32.3/cli/tsc/dts/lib.deno.shared_globals.d.ts";
Constructors
new
CustomEvent(typeArg: string, eventInitDict?: CustomEventInit<T>)Properties
readonly
detail: TReturns any custom data event was created with. Typically used for synthetic events.