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.

Examples

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