W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
EventInit
interface
EventInit {
bubbles?
:
boolean
;
cancelable?
:
boolean
;
composed?
:
boolean
;
}
Properties
bubbles?
:
boolean
cancelable?
:
boolean
composed?
:
boolean
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/EventInit