Home > @native-html/iframe-plugin > IframeConfig
Configuration options for the HTMLIframe component. You can pass those options through renderersProps.iframe HTML prop.
Signature:
export interface IframeConfig |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) When defined, the provided CSS will be injected in a | ||
|
boolean |
(Optional) When | ||
|
boolean |
(Optional) When the iframe attribute width is wider than the contentWidth, scales down the viewport so that it doesn't overflows horizontally. | ||
|
any |
(Optional) Any props you'd like to pass to the |