@revolist/revogrid / FocusAfterRenderEvent
Interface: FocusAfterRenderEvent
Represents the mapping of dimension types to their corresponding dimension types.
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
colIndex | number | Index of the column in the viewport | - | src/types/interfaces.ts:795 |
colType | DimensionCols | Represents the dimension type for columns. | AllDimensionType .colType | src/types/interfaces.ts:756 |
column? | ColumnRegular | - | - | src/types/interfaces.ts:787 |
model? | any | - | - | src/types/interfaces.ts:786 |
rowIndex | number | Index of the row in the viewport | - | src/types/interfaces.ts:791 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType .rowType | src/types/interfaces.ts:751 |