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

