viewTarget attribute | viewTarget property
Gets the viewTarget attribute of a view element.
![]() ![]() |
Syntax
| HTML |
|---|
<element viewTarget="p" ... > |
| JavaScript |
|---|
p = object.viewTarget |
Property values
Type: Object
A list of strings. Each string is one of the elements that is listed in the viewTarget attribute.
Standards information
- Scalable Vector Graphics: Linking, Section 17.4.2
Remarks
The viewTarget attribute is a space-delimited list of elements in the view that are highlighted.
See also
Show:

