Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/cli/js/lib.deno_runtime.d.ts>__customEvent.CustomEventInit

A modern runtime for JavaScript and TypeScript.
Go to Latest
class __customEvent.CustomEventInit
implements [__domTypes.CustomEventInit]
import { __customEvent } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { CustomEventInit } = __customEvent;

Constructors

new
CustomEventInit(unnamed 0: __domTypes.CustomEventInit)

Properties

detail: any