Enumerationswiftwasm.webapikit 0.1.0DOM
Bool_or_EventListenerOptions
Generated.swift:21102enum Bool_or_EventListenerOptions
enum Bool_or_EventListenerOptions
import DOM
case bool(Bool)
case eventListenerOptions(EventListenerOptions)
protocol Any_Bool_or_EventListenerOptions : 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 bool: Bool? { get }
var eventListenerOptions: EventListenerOptions? { get }
var jsValue: JSValue { get }
func jsValue() -> JSValue