Instance Propertyswiftwasm.webapikit 0.1.0SVG
fx
Generated.swift:1300@ReadonlyAttribute var fx: SVGAnimatedLength { get }
@ReadonlyAttribute var fx: SVGAnimatedLength { get }
s3SVG24SVGRadialGradientElementC2fxAA17SVGAnimatedLengthCvp
What are these?RZHU
import SVG
class SVGRadialGradientElement
@propertyWrapper struct ReadonlyAttribute<Wrapped> where Wrapped : ConstructibleFromJSValue
class SVGAnimatedLength
required init(unsafelyWrapping jsObject: JSObject)
override class var constructor: JSFunction? { get }
@ReadonlyAttribute var cx: SVGAnimatedLength { get }
@ReadonlyAttribute var cy: SVGAnimatedLength { get }
@ReadonlyAttribute var fr: SVGAnimatedLength { get }
@ReadonlyAttribute var fy: SVGAnimatedLength { get }
@ReadonlyAttribute var r: SVGAnimatedLength { get }