Skip to main content
Omni emits this event whenever fullscreen mode is entered or exited through any mechanism: the menu item, keyboard shortcut, native Esc key exit, or unmount while fullscreen. This event is emitted for both dashboards and apps. It does not fire on initial mount.

Payload

Properties

boolean
Indicates whether the embedded content is currently in fullscreen mode.
  • true - Fullscreen mode is active
  • false - Fullscreen mode is not active

Example