Enumerationswiftwasm.webapikit 0.1.0DOM
String_or_seq_of_Double
Generated.swift:23244enum String_or_seq_of_Double
enum String_or_seq_of_Double
import DOM
case string(String)
case seq_of_Double([Double])
protocol Any_String_or_seq_of_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 jsValue: JSValue { get }
var seq_of_Double: [Double]? { get }
var string: String? { get }
func jsValue() -> JSValue