length attribute | length property
Gets the number of SVGElementInstance objects in the list.
![]() ![]() |
Syntax
| HTML |
|---|
<element length="p" ... > |
| JavaScript |
|---|
p = object.length |
Property values
Type: Integer
The number of objects in the list. The range of valid child indexes is from 0 to the p value minus 1, inclusive.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.10
See also
Show:

