Instance Propertyswiftwasm.webapikit 0.1.0SVG
animVal
Generated.swift:204@ReadonlyAttribute var animVal: Bool { get }
@ReadonlyAttribute var animVal: Bool { get }
import SVG
class SVGAnimatedBoolean
@propertyWrapper struct ReadonlyAttribute<Wrapped> where Wrapped : ConstructibleFromJSValue
@frozen struct Bool
A value type whose instances are either true
or false
.
required init(unsafelyWrapping jsObject: JSObject)
class var constructor: JSFunction? { get }
@ReadWriteAttribute var baseVal: Bool { get set }
let jsObject: JSObject