Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

Use this file to discover all available pages before exploring further.

This event is emitted when users click the mobile menu button to open the sidebar navigation. Use this event to track when users interact with mobile navigation or to trigger custom behaviors in your embedding application when the sidebar is accessed.
This event is informational only. The sidebar popover will still open within the embedded iframe regardless of how the parent application handles this event.

Payload

This event carries an empty payload and serves as a notification signal only.
{}

Example

When a user clicks the mobile menu button, Omni emits:
{
  "name": "sidebar:open",
  "payload": {}
}