FrameParams

FrameParams

Table of Contents

Embedded iframe configuration

Properties🔗

height🔗

height: string | number

Optional

The height of the iframe (unit is pixels if numeric).

loading🔗

loading: lazy | eager | auto

Optional

Set to 'lazy' to enable lazy loading of the embedded TS frame. This will defer loading of the frame until it comes into the viewport. This is useful for performance optimization.

width🔗

width: string | number

Optional

The width of the iframe (unit is pixels if numeric).