Skip to main content
In the Embed URL Builder, this is the UI Settings field.

Syntax

uiSettings=<encoded_settings_object>

Properties

uiSettings
object
An object containing UI configuration settings. Value must be one of:
  • "showNavigation": false - Hides the left navigation panel and the navigation icon in the top-left corner of the app
  • "showNavigation": true - Shows the left navigation panel and the navigation icon in the top-left corner of the app

Examples

The following example demonstrates what the URL encoded version of uiSettings={"showNavigation": false} would be:
Example uiSettings
uiSettings=%7B%22showNavigation%22%3A%20false%7D