CSSRotate
Generated.swift:1071class CSSRotate
class CSSRotate
import CSSOM
class CSSTransformComponent
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 CustomStringConvertible
A type with a customized textual representation.
protocol JSBridgedClass : JSBridgedType
Conform to this protocol when your Swift class wraps a JavaScript class.
protocol JSBridgedType : ConstructibleFromJSValue, ConvertibleToJSValue, CustomStringConvertible
Use this protocol when your type has no single JavaScript class. For example, a union type of multiple classes or primitive values.
convenience init(angle: CSSNumericValue)
required init(unsafelyWrapping jsObject: JSObject)
convenience init(x: CSSNumberish, y: CSSNumberish, z: CSSNumberish, angle: CSSNumericValue)
override class var constructor: JSFunction? { get }
@ReadWriteAttribute var angle: CSSNumericValue { get set }
@ReadWriteAttribute var x: CSSNumberish { get set }
@ReadWriteAttribute var y: CSSNumberish { get set }
@ReadWriteAttribute var z: CSSNumberish { get set }