BoxQuadOptions
Generated.swift:10class BoxQuadOptions
class BoxQuadOptions
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(box: CSSBoxType, relativeTo: GeometryNode)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var box: CSSBoxType { get set }
@ReadWriteAttribute var relativeTo: GeometryNode { get set }