Editor compatibility
Wix Blocks apps aren't supported in the Wix Harmony editor. Existing Blocks apps remain available for purchase on the Wix App Market for Wix Editor and Wix Studio sites. To learn more, see About Wix Harmony and Blocks.
Use code to navigate to a dashboard page from a custom panel or from another dashboard page in your app.
First, copy the dashboard URL (for panels) or ID (for other dashboards). Then, use it in your panel or dashboard code.
Note: Panel buttons can also open a dashboard page with no code.
menu.
icon.
dashboard SDK (remember to install the corresponding npm package).navigate() function with the dashboard ID. For example:Opening a dashboard from a custom panel is slightly different:
wix-editor module.openDashboardPanel() function with the correct URL. For example: