Skip to main content
Module

x/denoversion/lib/lib.deno_runtime.d.ts>customEvent.CustomEvent

Deno cli to manage and bump release versions.
Latest
class customEvent.CustomEvent
implements [domTypes.CustomEvent]
import { customEvent } from "https://deno.land/x/denoversion@v1.0.2/lib/lib.deno_runtime.d.ts";
const { CustomEvent } = customEvent;

Constructors

new
CustomEvent(type: string, customEventInitDict?: domTypes.CustomEventInit)

Properties

readonly
detail: any

Methods

initCustomEvent(
type: string,
bubbles?: boolean,
cancelable?: boolean,
detail?: any,
): void