属性
只读numberOfItems
numberOfItems: number
方法
appendItem
- appendItem(newItem): string
返回 string
getItem
- getItem(index): string
返回 string
initialize
- initialize(newItem): string
返回 string
insertItemBefore
- insertItemBefore(newItem, index): string
参数
- newItem: string
- index: number
返回 string
removeItem
- removeItem(index): string
返回 string
replaceItem
- replaceItem(newItem, index): string
参数
- newItem: string
- index: number
返回 string
The SVGStringList defines a list of DOMString objects.