SVGStringList: numberOfItems property

The numberOfItems property of the SVGStringList interface returns the number of items in the list. length is an alias of it.

Value

A non-negative integer that represents the number of items in the list.

Specifications