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 interact with the home navigation elements:
  • Clicking the Omni logo
  • Clicking the home link in the header
Use this event to track when users navigate to the home page or to trigger custom navigation behaviors in your embedding application.

Payload

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

Example

When a user clicks the logo or home link, Omni emits:
{
  "name": "navigation:home",
  "payload": {}
}