You can send events into an Omni iframe to trigger actions in your embedded Omni application. Like emitted events, events sent to Omni should use theDocumentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
postMessage protocol.
Event shape
Events sent to Omni are expected to have the following shape:navigate embed event to an Omni iframe via postmessage:
Supported events
The following events can be sent to an Omni iframe:| Event | Description |
|---|---|
appearance:mode | Triggers a color scheme change of the embedded Omni session. |
dashboard:filter-change-by-url-parameter | Triggers the change of a filter value on an embedded dashboard. |
navigate | Triggers a redirect to the path specified in the payload. |