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.