Home > @native-html/iframe-plugin > HTMLIframeProps
Props for the HTMLIframe component.
Signature:
export interface HTMLIframeProps<WebViewProps = any> extends IframeConfig Extends: IframeConfig
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Record<string, string> |
Html attributes for this iframe node. | ||
|
RenderersProps['a']['onPress'] |
(Optional) Handle link press events. | ||
|
number |
When scalesPageToFit is enabled, scales the WebView zoom level to make sure the viewport fits contentWidth. | ||
|
{ uri?: string; html?: string; } |
The source for the iframe. | ||
|
StyleProp<ViewStyle> |
Container style. | ||
|
ComponentType<WebViewProps> |
The | ||
|
WebViewProps |
(Optional) Props to be passed to the |