Enumerationswiftwasm.webapikit 0.1.0DOM
DOMPointInit_or_Double_or_seq_of_DOMPointInit_or_Double
Generated.swift:21789enum DOMPointInit_or_Double_or_seq_of_DOMPointInit_or_Double
enum DOMPointInit_or_Double_or_seq_of_DOMPointInit_or_Double
import DOM
case domPointInit(DOMPointInit)
case double(Double)
case seq_of_DOMPointInit_or_Double([DOMPointInit_or_Double])
protocol Any_DOMPointInit_or_Double_or_seq_of_DOMPointInit_or_Double : 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 domPointInit: DOMPointInit? { get }
var double: Double? { get }
var jsValue: JSValue { get }
var seq_of_DOMPointInit_or_Double: [DOMPointInit_or_Double]? { get }
func jsValue() -> JSValue