target property
The target property of the HTMLBaseElement interface is a string that
represents the default target tab to show the resulting output for
hyperlinks and form elements.
It reflects the
target
attribute of the base element.
Implementation
external String get target;
Implementation
external set target(String value);