ULongRange
Generated.swift:16694class ULongRange
class ULongRange
import DOM
class BridgedDictionary
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.
convenience init(max: UInt32, min: UInt32)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var max: UInt32 { get set }
@ReadWriteAttribute var min: UInt32 { get set }