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