Sets the title of the current dashboard page in the browser tab.
The setPageTitle()
function supports dashboard page extensions only. It does not support dashboard plugin extensions.
Call the setPageTitle()
function whenever the page reloads, or to apply a new title when updating a page's content dynamically, without reloading.
Set the page title to null
to reset the title to the default dashboard page title.
Name | Type | Description |
---|---|---|
pageTitle | string or null | Page title to set. |
void
To set up a dashboard client, refer to the setup guide.
This code is for a page that includes a product ID in the URL's query params.