@revolist/revogrid / 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:444 |
size | number | The size of the row. | src/types/interfaces.ts:440 |
type | DimensionRows | The type of the row. | src/types/interfaces.ts:436 |