deno / 1.23.2 / ~ / eventinit.html /

EventInit

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

Properties

bubbles? : boolean
cancelable? : boolean
composed? : boolean

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/EventInit