The Page Module provides methods to manage the host dashboard's document state and handle navigation. These tools ensure your embedded app can control its presence and guide the merchant through the Salla platform.This module can be accessed via embedded.page and can be used for the following methods:
Title
Set the page title with embedded.page.setTitle()
Navigate
Navigate with SPA routing (React Router) using embedded.page.navigate()
Redirect
Redirect full page with embedded.page.redirect()
Resize Page
Resize iframe automatically or manually with embedded.page.resize()Key Concepts#
Native Title Sync: Update breadcrumbs and tab titles dynamically.
Intelligent Navigation: Seamlessly move between native Salla routes and external URLs.
Automatic Sizing: Prevent double scrollbars by letting the iframe grow with your content.
Modified at 2026-01-22 07:22:21