@native-html/iframe-plugin
Version:
🌐 A WebView-based plugin to render iframes in react-native-render-html
14 lines (8 loc) • 446 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) > [onLinkPress](./iframe-plugin.htmliframeprops.onlinkpress.md)
## HTMLIframeProps.onLinkPress property
Handle link press events.
<b>Signature:</b>
```typescript
onLinkPress?: RenderersProps['a']['onPress'];
```