CSSNumericType
Generated.swift:841class CSSNumericType
class CSSNumericType
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(length: Int32, angle: Int32, time: Int32, frequency: Int32, resolution: Int32, flex: Int32, percent: Int32, percentHint: CSSNumericBaseType)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var angle: Int32 { get set }
@ReadWriteAttribute var flex: Int32 { get set }
@ReadWriteAttribute var frequency: Int32 { get set }
@ReadWriteAttribute var length: Int32 { get set }
@ReadWriteAttribute var percent: Int32 { get set }
@ReadWriteAttribute var percentHint: CSSNumericBaseType { get set }
@ReadWriteAttribute var resolution: Int32 { get set }
@ReadWriteAttribute var time: Int32 { get set }