target


targetstring

Sets or gets the target of the dashboard 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.
Was this helpful?
Yes
No