@native-html/table-plugin
Version:
🔠A WebView-based plugin to render tables in react-native-render-html
22 lines (13 loc) • 786 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/table-plugin](./table-plugin.md) > [TableAccurateContentHeightState](./table-plugin.tableaccuratecontentheightstate.md)
## TableAccurateContentHeightState interface
This content height state appears when the real table height is available, after the DOM has been mounted in the `WebView`<!-- -->.
<b>Signature:</b>
```typescript
export interface TableAccurateContentHeightState
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [contentHeight](./table-plugin.tableaccuratecontentheightstate.contentheight.md) | number | |
| [type](./table-plugin.tableaccuratecontentheightstate.type.md) | 'accurate' | |