Enumerationswiftwasm.webapikit 0.1.0DOM
AddEventListenerOptions_or_Bool
Generated.swift:20775enum AddEventListenerOptions_or_Bool
enum AddEventListenerOptions_or_Bool
import DOM
case addEventListenerOptions(AddEventListenerOptions)
case bool(Bool)
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.
static func construct(from value: JSValue) -> Self?
var addEventListenerOptions: AddEventListenerOptions? { get }
var bool: Bool? { get }
var jsValue: JSValue { get }
func jsValue() -> JSValue