AddEventListenerOptions
Generated.swift:358class AddEventListenerOptions
class AddEventListenerOptions
import DOM
class BridgedDictionary
protocol Any_AddEventListenerOptions_or_Bool : ConvertibleToJSValue
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
convenience init(passive: Bool, once: Bool, signal: AbortSignal)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var once: Bool { get set }
@ReadWriteAttribute var passive: Bool { get set }
@ReadWriteAttribute var signal: AbortSignal { get set }