nextSibling property
Gets the SVGElementInstance object that immediately follows this SVGElementInstance object.
![]() ![]() |
Syntax
| JavaScript |
|---|
p = object.nextSibling |
Property values
Type: Object
The next object, or null if there is no such object.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.9
See also
Show:

