Instance Subscriptswiftwasm.webapikit 0.1.0SVG
subscript(_:)
Generated.swift:1205subscript(key: Int) -> DOMPoint { get set }
subscript(key: Int) -> DOMPoint { get set }
import SVG
class SVGPointList
@frozen struct Int
A signed integer value type.
class DOMPoint
required init(unsafelyWrapping jsObject: JSObject)
class var constructor: JSFunction? { get }
let jsObject: JSObject
@ReadonlyAttribute var length: UInt32 { get }
@ReadonlyAttribute var numberOfItems: UInt32 { get }
func appendItem(newItem: DOMPoint) -> DOMPoint
func clear()
func getItem(index: UInt32) -> DOMPoint
func initialize(newItem: DOMPoint) -> DOMPoint
func insertItemBefore(newItem: DOMPoint, index: UInt32) -> DOMPoint
func removeItem(index: UInt32) -> DOMPoint
func replaceItem(newItem: DOMPoint, index: UInt32) -> DOMPoint