interface dom.CustomEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.18/lib/index.ts";
const { CustomEvent } = dom;
Properties
readonly
detail: TReturns any custom data event was created with. Typically used for synthetic events.