Initializerswiftwasm.webapikit 0.1.0SVG
init(unsafelyWrapping:)
Generated.swift:327required init(unsafelyWrapping jsObject: JSObject)
required init(unsafelyWrapping jsObject: JSObject)
s3SVG30SVGAnimatedPreserveAspectRatioC16unsafelyWrappingAC13JavaScriptKit8JSObjectC_tcfc
What are these?6PELZ
import SVG
class SVGAnimatedPreserveAspectRatio
@dynamicMemberLookup class JSObject
JSObject
represents an object in JavaScript and supports dynamic member lookup. Any member access like object.foo
will dynamically request the JavaScript and Swift runtime bridge library for a member with the specified name in this object.
class var constructor: JSFunction? { get }
@ReadonlyAttribute var animVal: SVGPreserveAspectRatio { get }
@ReadonlyAttribute var baseVal: SVGPreserveAspectRatio { get }
let jsObject: JSObject