The Nav module allows your embedded app to integrate with the Salla Merchant Dashboard's top navbar.This module can be accessed via embedded.nav and includes the following methods:
Set Navbar Action
Add action button / dropdown with embedded.nav.setAction().
Handle Clicks
Listen to navbar interactions with embedded.nav.onActionClick().
Clear Actions
Remove custom buttons with embedded.nav.clearAction().Action Clarity: Use the primary action button for the page's most important task (e.g., Save, Create).
Lifecycle Sync: Always clear your actions when the merchant navigates away from an action-scoped view.
Modified at 2026-02-02 10:34:37