<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@native-html/table-plugin](./table-plugin.md) &gt; [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' |  |

