Unblu Embedded App Component API
    Preparing search index...

    Interface FullscreenChangeEvent

    Event emitted every time the embedded app switches to fullscreen mode or back.

    interface FullscreenChangeEvent {
        detail: boolean;
    }

    Hierarchy

    • CustomEvent<boolean>
      • FullscreenChangeEvent
    Index

    Properties

    Properties

    detail: boolean

    True if in fullscreen mode, false otherwise