ScrollToOptions
Generated.swift:1923class ScrollToOptions
class ScrollToOptions
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(left: Double, top: Double)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var left: Double { get set }
@ReadWriteAttribute var top: Double { get set }