@revolist/revogrid / FocusRenderEvent
Interface: FocusRenderEvent
Represents the event object that is emitted before focus rendering. It includes information about the dimension type and range area.
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
colDimension | DimensionSettingsState | - | - | src/types/interfaces.ts:777 |
colType | DimensionCols | Represents the dimension type for columns. | AllDimensionType .colType | src/types/interfaces.ts:756 |
next? | Partial <Cell > | Changes for the next cell to focus. Example { y: -1 } | - | src/types/interfaces.ts:782 |
range | RangeArea | Represents the range area of the focus. | - | src/types/interfaces.ts:773 |
rowDimension | DimensionSettingsState | - | - | src/types/interfaces.ts:775 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType .rowType | src/types/interfaces.ts:751 |