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