RevoGrid Documentation v4.25.2 / RowDefinition
Type Alias: RowDefinition
ts
type RowDefinition: {
index: number;
size: number;
type: DimensionRows;
};RowDefinition is a type that represents a row definition in the viewport.
Type declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
index | number | The index of the row. | src/types/interfaces.ts:507 |
size | number | The size of the row. | src/types/interfaces.ts:503 |
type | DimensionRows | The type of the row. | src/types/interfaces.ts:499 |