Enumerationswiftwasm.webapikit 0.1.0DOM
ConstrainDOMString
Generated.swift:21562enum ConstrainDOMString
enum ConstrainDOMString
import DOM
case constrainDOMStringParameters(ConstrainDOMStringParameters)
case string(String)
case seq_of_String([String])
protocol Any_ConstrainDOMString : 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 constrainDOMStringParameters: ConstrainDOMStringParameters? { get }
var jsValue: JSValue { get }
var seq_of_String: [String]? { get }
var string: String? { get }
func jsValue() -> JSValue