@revolist/revogrid / BeforeRowRenderEvent
Interface: BeforeRowRenderEvent<T>
Represents the event object that is emitted before row rendering. It includes information about the dimension type, data item, item, and node.
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 |
item | VirtualPositionItem | Represents the item being rendered. | - | src/types/interfaces.ts:725 |
model | T | Represents the data item being rendered. | - | src/types/interfaces.ts:720 |
node | VNode | Represents the node being rendered. | - | src/types/interfaces.ts:730 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType .rowType | src/types/interfaces.ts:751 |