Skip to content

RevoGrid Documentation v4.23.3 / 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:866
colTypeDimensionColsRepresents the dimension type for columns.AllDimensionType.colTypesrc/types/interfaces.ts:845
next?Partial<Cell>Changes for the next cell to focus. Example { y: -1 }-src/types/interfaces.ts:871
rangeRangeAreaRepresents the range area of the focus.-src/types/interfaces.ts:862
rowDimensionDimensionSettingsState--src/types/interfaces.ts:864
rowTypeDimensionRowsRepresents the dimension type for rows.AllDimensionType.rowTypesrc/types/interfaces.ts:840