Variable InMessageOpenFullScreenConst

InMessageOpenFullScreen: MessageDefinition<{
    url: string;
}> = ...

The WidgetManager does handle this event under the hood by opening the AppWidget. Incoming request from the iframe to open a path in full screen.

Type declaration

  • url: string

    The URL to open in full screen