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