target property

String get target

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;
set target (String value)

Implementation

external set target(String value);