@revolist/revogrid / BeforeCellRenderEvent
Interface: BeforeCellRenderEvent<T>
Represents the event object that is emitted before cell rendering. It includes information about the dimension type, column, row, and model.
Extends
Type Parameters
Type Parameter | Default type |
---|---|
T | any |
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
colType | DimensionCols | Represents the dimension type for columns. | AllDimensionType .colType | src/types/interfaces.ts:756 |
column | VirtualPositionItem | Represents the column being rendered. | - | src/types/interfaces.ts:699 |
model | T | Represents the model being rendered. | - | src/types/interfaces.ts:709 |
row | VirtualPositionItem | Represents the row being rendered. | - | src/types/interfaces.ts:704 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType .rowType | src/types/interfaces.ts:751 |