Enumerationswiftwasm.webapikit 0.1.0DOM
ConstrainULong
Generated.swift:21684enum ConstrainULong
enum ConstrainULong
import DOM
case constrainULongRange(ConstrainULongRange)
case uInt32(UInt32)
protocol Any_ConstrainULong : 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 constrainULongRange: ConstrainULongRange? { get }
var jsValue: JSValue { get }
var uInt32: UInt32? { get }
func jsValue() -> JSValue