Instance Methodswiftwasm.webapikit 0.1.0SVG
removeItem(index:)
Generated.swift:1566func removeItem(index: UInt32) -> String
func removeItem(index: UInt32) -> String
import SVG
class SVGStringList
@frozen struct UInt32
A 32-bit unsigned integer value type.
@frozen struct String
A Unicode string value that is a collection of characters.
required init(unsafelyWrapping jsObject: JSObject)
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 replaceItem(newItem: String, index: UInt32) -> String