RevoGrid Documentation v4.14.10 / 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:791 |
colType | DimensionCols | Represents the dimension type for columns. | AllDimensionType .colType | src/types/interfaces.ts:770 |
next? | Partial <Cell > | Changes for the next cell to focus. Example { y: -1 } | - | src/types/interfaces.ts:796 |
range | RangeArea | Represents the range area of the focus. | - | src/types/interfaces.ts:787 |
rowDimension | DimensionSettingsState | - | - | src/types/interfaces.ts:789 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType .rowType | src/types/interfaces.ts:765 |