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:
Resize Page
Resize iframe automatically or manually with embedded.page.resize()
Set 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()Automatic Sizing: Prevent double scrollbars by letting the iframe grow with your content. Modified at 2026-03-05 09:04:03