Skip to main content
Category: Navigation · Navigates: to a dashboard page

Mental model

A Navigate Page button is an internal link. Press it to jump to another page of the same dashboard.

When to use it

  • Move between dashboard pages
  • A “details” or “back” button

Settings

General / Style

  • Target page — where it goes
  • Button text · icon · icon position · variant
  • Show label / icon / container
  • Text alignment · corner radius · colors

Triggers

click, plus common events.

Script API example

The same interactions from a dashboard script:
widget.on('detailsBtn', 'click', () => storage.set('lastPage', 'details'));

URL Button

For external links instead of internal pages.