DOMPointInit
Generated.swift:3488class DOMPointInit
class DOMPointInit
import DOM
class BridgedDictionary
protocol Any_DOMPointInit_or_Double : ConvertibleToJSValue
protocol Any_DOMPointInit_or_Double_or_seq_of_DOMPointInit_or_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.
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol Escapable
required init(unsafelyWrapping object: JSObject)
convenience init(x: Double, y: Double, z: Double, w: Double)
@ReadWriteAttribute var w: Double { get set }
@ReadWriteAttribute var x: Double { get set }
@ReadWriteAttribute var y: Double { get set }
@ReadWriteAttribute var z: Double { get set }