length

open override val length: Int(source)

The length property of the SVGStringList interface returns the number of items in the list. It is an alias of numberOfItems to make SVG lists more array-like.

MDN Reference