ConvertCoordinateOptions
Generated.swift:1632class ConvertCoordinateOptions
class ConvertCoordinateOptions
import CSSOM
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(fromBox: CSSBoxType, toBox: CSSBoxType)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var fromBox: CSSBoxType { get set }
@ReadWriteAttribute var toBox: CSSBoxType { get set }