target property
String
get
target
The target
property of the HTMLAreaElement interface is a string
that indicates where to display the linked resource.
It reflects the
target
attribute of the area
element.
Implementation
external String get target;
set
target
(String value)
Implementation
external set target(String value);