firstChild property
Gets the first child of this SVGElementInstance object in the instance tree.
![]() ![]() |
Syntax
| JavaScript |
|---|
p = object.firstChild |
Property values
Type: Object
The first child object, or null if there is no such object.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.9
See also
Show:

