Class Propertyswiftwasm.webapikit 0.1.0SVG
constructor
Generated.swift:1278override class var constructor: JSFunction? { get }
override class var constructor: JSFunction? { get }
s3SVG24SVGRadialGradientElementC11constructor13JavaScriptKit10JSFunctionCSgvpZ
What are these?4TT5U
import SVG
class SVGRadialGradientElement
class JSFunction
JSFunction
represents a function in JavaScript and supports new object instantiation. This type can be callable as a function using callAsFunction
.
override class var constructor: JSFunction? { get }
required init(unsafelyWrapping jsObject: JSObject)
@ReadonlyAttribute var cx: SVGAnimatedLength { get }
@ReadonlyAttribute var cy: SVGAnimatedLength { get }
@ReadonlyAttribute var fr: SVGAnimatedLength { get }
@ReadonlyAttribute var fx: SVGAnimatedLength { get }
@ReadonlyAttribute var fy: SVGAnimatedLength { get }
@ReadonlyAttribute var r: SVGAnimatedLength { get }