@native-html/iframe-plugin
Version:
🌐 A WebView-based plugin to render iframes in react-native-render-html
17 lines (11 loc) • 451 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/iframe-plugin](./iframe-plugin.md) > [HTMLIframeProps](./iframe-plugin.htmliframeprops.md) > [source](./iframe-plugin.htmliframeprops.source.md)
## HTMLIframeProps.source property
The source for the iframe.
<b>Signature:</b>
```typescript
source: {
uri?: string;
html?: string;
};
```