Instance Propertyswiftwasm.webapikit 0.1.0SVG
align
Generated.swift:1271@ReadWriteAttribute var align: UInt16 { get set }
@ReadWriteAttribute var align: UInt16 { get set }
import SVG
class SVGPreserveAspectRatio
@propertyWrapper struct ReadWriteAttribute<Wrapped> where Wrapped : ConstructibleFromJSValue, Wrapped : ConvertibleToJSValue
@frozen struct UInt16
A 16-bit unsigned integer value type.
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 }
let jsObject: JSObject
@ReadWriteAttribute var meetOrSlice: UInt16 { get set }