Variable InMessageSizeUpdateConst

InMessageSizeUpdate: MessageDefinition<{
    height: number;
}> = ...

The WidgetManager does handle this event under the hood by resizing the iframe. Incoming request from the iframe to change the height of the iframe.

Type declaration

  • height: number

    The height of the iframe requested by the widget in pixels