Initializerswiftwasm.webapikit 0.1.0SVG
init(unsafelyWrapping:)
Generated.swift:1529required init(unsafelyWrapping jsObject: JSObject)
required init(unsafelyWrapping jsObject: JSObject)
s3SVG13SVGStringListC16unsafelyWrappingAC13JavaScriptKit8JSObjectC_tcfc
What are these?7XUIG
import SVG
class SVGStringList
@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.
class var constructor: JSFunction? { get }
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