Sets or gets the target of the dashboard icon button's link.
An element's target
determines where its link opens. The
target can be set so the link opens in the current page or
in a new page.
Supported values are:
"_blank"
: The link opens in a new tab or window."_self"
: The link opens in the tab or window.null
: Resets the target
property to its default value.