Enumerationswiftwasm.webapikit 0.1.0DOM
DOMPointInit_or_Double
Generated.swift:21736enum DOMPointInit_or_Double
enum DOMPointInit_or_Double
import DOM
case domPointInit(DOMPointInit)
case double(Double)
protocol Any_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 }
func jsValue() -> JSValue