Instance Methodswiftwasm.webapikit 0.1.0SVG
getItem(index:)
Generated.swift:1180func getItem(index: UInt32) -> DOMPoint
func getItem(index: UInt32) -> DOMPoint
s3SVG12SVGPointListC7getItem5index3DOM8DOMPointCs6UInt32V_tF
What are these?1SXZ5
import SVG
class SVGPointList
@frozen struct UInt32
A 32-bit unsigned 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 }
subscript(key: Int) -> DOMPoint { get set }
func appendItem(newItem: DOMPoint) -> DOMPoint
func clear()
func initialize(newItem: DOMPoint) -> DOMPoint
func insertItemBefore(newItem: DOMPoint, index: UInt32) -> DOMPoint
func removeItem(index: UInt32) -> DOMPoint
func replaceItem(newItem: DOMPoint, index: UInt32) -> DOMPoint