Class Propertyswiftwasm.webapikit 0.1.0SVG
constructor
Generated.swift:1525class var constructor: JSFunction? { get }
class var constructor: JSFunction? { get }
s3SVG13SVGStringListC11constructor13JavaScriptKit10JSFunctionCSgvpZ
What are these?9T142
import SVG
class SVGStringList
class JSFunction
JSFunction
represents a function in JavaScript and supports new object instantiation. This type can be callable as a function using callAsFunction
.
required init(unsafelyWrapping jsObject: JSObject)
let jsObject: JSObject
@ReadonlyAttribute var length: UInt32 { get }
@ReadonlyAttribute var numberOfItems: UInt32 { get }
subscript(key: Int) -> String { get set }
func appendItem(newItem: String) -> String
func clear()
func getItem(index: UInt32) -> String
func initialize(newItem: String) -> String
func insertItemBefore(newItem: String, index: UInt32) -> String
func removeItem(index: UInt32) -> String
func replaceItem(newItem: String, index: UInt32) -> String