Initializerswiftwasm.webapikit 0.1.0SVG
init(unsafelyWrapping:)
Generated.swift:487required init(unsafelyWrapping jsObject: JSObject)
required init(unsafelyWrapping jsObject: JSObject)
s3SVG16SVGCircleElementC16unsafelyWrappingAC13JavaScriptKit8JSObjectC_tcfc
What are these?2NLXM
import SVG
class SVGCircleElement
@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.
required init(unsafelyWrapping jsObject: JSObject)
override class var constructor: JSFunction? { get }
@ReadonlyAttribute var cx: SVGAnimatedLength { get }
@ReadonlyAttribute var cy: SVGAnimatedLength { get }
@ReadonlyAttribute var r: SVGAnimatedLength { get }