navigate( )


Navigates the user to another page in the dashboard.

This function can only be used in page code files for dashboard pages created in the Wix Editor or with Wix Blocks.

You can identify the page to navigate to using its page ID. If a destination object with an invalid pageId value is passed to this function, a Page Not Found message is displayed in the dashboard.

Note: Currently, you can only use navigate() to navigate to dashboard pages created in the Wix Dev Center or with the Wix CLI. You can't use it to navigate to pages created with Wix Blocks or to dashboard pages created with the Wix Editor.

Method Declaration
Copy
Method Parameters
destinationDestinationRequired

Destination to navigate to.

Was this helpful?
Yes
No