W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
AddEventListenerOptions
interface
AddEventListenerOptions
extends
EventListenerOptions
{
once?
:
boolean
;
passive?
:
boolean
;
}
Extends
EventListenerOptions
Properties
once?
:
boolean
passive?
:
boolean
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/AddEventListenerOptions