SVGStringList - Web APIs | MDN
Instance properties
length-
The number of items in the list.
numberOfItems-
The number of items in the list.
Instance methods
appendItem()-
Inserts a new item at the end of the list.
clear()-
Clears all existing items from the list, with the result being an empty list.
initialize()-
Clears all existing items from the list and re-initializes the list to hold the single item specified by the parameter.
getItem()-
Returns the specified item from the list.
insertItemBefore()-
Inserts a new item into the list at the specified position.
removeItem()-
Removes an existing item from the list.
replaceItem()-
Replaces an existing item in the list with a new item.
Specifications
| Specification |
|---|
| Scalable Vector Graphics (SVG) 2 # InterfaceSVGStringList |