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

Syntax

Properties

mode
string
The access mode for the embed session. Value must be one of:
  • APPLICATION - Enables Create Mode. Allows embed users to access the full content system and navigate through the Omni app in an iframe.
  • SINGLE_CONTENT - Only embeds an individual dashboard or workbook. No content navigation or app headers.
When using SINGLE_CONTENT mode, the Dashboard Agent opens in an inline panel rather than the split-view interface. This keeps users scoped to the embedded content and prevents navigation away from the single-content frame.
Avoid generating SINGLE_CONTENT and APPLICATION mode sessions for the same user at the same time. Omni expects all concurrent embed sessions for a given user to share a single mode, and mixing modes can result in inconsistent behavior. If your implementation requires both SINGLE_CONTENT and APPLICATION mode sessions to be active simultaneously, assign unique external IDs to each session to prevent session collisions.

Examples

Enable Create Mode