SVGPreserveAspectRatio
Generated.swift:1231class SVGPreserveAspectRatio
class SVGPreserveAspectRatio
import SVG
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.
required init(unsafelyWrapping jsObject: JSObject)
static let SVG_MEETORSLICE_MEET: UInt16
static let SVG_MEETORSLICE_SLICE: UInt16
static let SVG_MEETORSLICE_UNKNOWN: UInt16
static let SVG_PRESERVEASPECTRATIO_NONE: UInt16
static let SVG_PRESERVEASPECTRATIO_UNKNOWN: UInt16
static let SVG_PRESERVEASPECTRATIO_XMAXYMAX: UInt16
static let SVG_PRESERVEASPECTRATIO_XMAXYMID: UInt16
static let SVG_PRESERVEASPECTRATIO_XMAXYMIN: UInt16
static let SVG_PRESERVEASPECTRATIO_XMIDYMAX: UInt16
static let SVG_PRESERVEASPECTRATIO_XMIDYMID: UInt16
static let SVG_PRESERVEASPECTRATIO_XMIDYMIN: UInt16
static let SVG_PRESERVEASPECTRATIO_XMINYMAX: UInt16
static let SVG_PRESERVEASPECTRATIO_XMINYMID: UInt16
static let SVG_PRESERVEASPECTRATIO_XMINYMIN: UInt16
class var constructor: JSFunction? { get }
@ReadWriteAttribute var align: UInt16 { get set }
let jsObject: JSObject
@ReadWriteAttribute var meetOrSlice: UInt16 { get set }
init?(from value: JSValue)
init?(from object: JSObject)
static func construct(from value: JSValue) -> Self?
var description: String { get }
var jsValue: JSValue { get }
func jsValue() -> JSValue