Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EventInit

interface EventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
}

§Properties

§
bubbles?: boolean
[src]
§
cancelable?: boolean
[src]
§
composed?: boolean
[src]