<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@native-html/table-plugin](./table-plugin.md) &gt; [TableHeuristicContentHeightState](./table-plugin.tableheuristiccontentheightstate.md)

## TableHeuristicContentHeightState interface

This content height state is available on mount, before the real height is known from the DOM.

<b>Signature:</b>

```typescript
export interface TableHeuristicContentHeightState 
```

## Remarks

`heuristicHeight` is an approximated height used to minimize the “flash” effect of height transitions, see [TableConfig.computeHeuristicContentHeight](./table-plugin.tableconfig.computeheuristiccontentheight.md)<!-- -->.

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [contentHeight](./table-plugin.tableheuristiccontentheightstate.contentheight.md) | number |  |
|  [type](./table-plugin.tableheuristiccontentheightstate.type.md) | 'heuristic' |  |

