Interface SizeUpdateMessage

Request the sdk to change the height of the iframe.

interface SizeUpdateMessage {
    payload: number;
    type: SIZE_UPDATE;
}

Hierarchy (view full)

Properties

Properties

payload: number

The height in pixels.

The type of message