Enumerationswiftwasm.webapikit 0.1.0DOM
ConstrainDouble
Generated.swift:21632enum ConstrainDouble
enum ConstrainDouble
import DOM
case constrainDoubleRange(ConstrainDoubleRange)
case double(Double)
protocol Any_ConstrainDouble : 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 constrainDoubleRange: ConstrainDoubleRange? { get }
var double: Double? { get }
var jsValue: JSValue { get }
func jsValue() -> JSValue