@native-html/table-plugin
Version:
🔠A WebView-based plugin to render tables in react-native-render-html
16 lines (9 loc) • 691 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/table-plugin](./table-plugin.md) > [TableContentHeightState](./table-plugin.tablecontentheightstate.md)
## TableContentHeightState type
An object describing the present knowledge of content height.
<b>Signature:</b>
```typescript
export declare type TableContentHeightState = TableHeuristicContentHeightState | TableAccurateContentHeightState;
```
<b>References:</b> [TableHeuristicContentHeightState](./table-plugin.tableheuristiccontentheightstate.md)<!-- -->, [TableAccurateContentHeightState](./table-plugin.tableaccuratecontentheightstate.md)