Home > @activeviam/activeui-sdk > TableAxisRangeData
TableAxisRangeData interface
The first and last indexes of the axis range, with the total size of the axis
Signature:
export interface TableAxisRangeData
Properties
| Property | Type | Description |
|---|---|---|
| axisLength | number | |
| entireAxis | boolean | |
| from | number | |
| to | number |