Readonly
lengthThe length
property of the SVGNumberList interface returns the number of items in the list.
Readonly
numberThe numberOfItems
property of the SVGNumberList interface returns the number of items in the list.
The clear()
method of the SVGNumberList interface clears all existing items from the list, with the result being an empty list.
The getItem()
method of the SVGNumberList interface returns the specified item from the list.
The removeItem()
method of the SVGNumberList interface removes an existing item at the given index from the list.
The
SVGNumberList
interface defines a list of numbers.MDN Reference