Skip to content

RevoGrid Documentation v4.26.1 / 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:869
colTypeDimensionColsRepresents the dimension type for columns.AllDimensionType.colTypesrc/types/interfaces.ts:848
next?Partial<Cell>Changes for the next cell to focus. Example { y: -1 }-src/types/interfaces.ts:874
originalEvent?MouseEvent | TouchEvent | KeyboardEventOriginal user input event that initiated the focus/range change, when available.-src/types/interfaces.ts:879
rangeRangeAreaRepresents the range area of the focus.-src/types/interfaces.ts:865
rowDimensionDimensionSettingsState--src/types/interfaces.ts:867
rowTypeDimensionRowsRepresents the dimension type for rows.AllDimensionType.rowTypesrc/types/interfaces.ts:843