Skip to content

RevoGrid Documentation v4.21.8 / 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

PropertyTypeDescriptionInherited fromDefined in
colDimensionDimensionSettingsState--src/types/interfaces.ts:853
colTypeDimensionColsRepresents the dimension type for columns.AllDimensionType.colTypesrc/types/interfaces.ts:832
next?Partial<Cell>Changes for the next cell to focus. Example { y: -1 }-src/types/interfaces.ts:858
rangeRangeAreaRepresents the range area of the focus.-src/types/interfaces.ts:849
rowDimensionDimensionSettingsState--src/types/interfaces.ts:851
rowTypeDimensionRowsRepresents the dimension type for rows.AllDimensionType.rowTypesrc/types/interfaces.ts:827