Skip to content

@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

PropertyTypeDescriptionInherited fromDefined in
colDimensionDimensionSettingsState--src/types/interfaces.ts:777
colTypeDimensionColsRepresents the dimension type for columns.AllDimensionType.colTypesrc/types/interfaces.ts:756
next?Partial<Cell>Changes for the next cell to focus. Example { y: -1 }-src/types/interfaces.ts:782
rangeRangeAreaRepresents the range area of the focus.-src/types/interfaces.ts:773
rowDimensionDimensionSettingsState--src/types/interfaces.ts:775
rowTypeDimensionRowsRepresents the dimension type for rows.AllDimensionType.rowTypesrc/types/interfaces.ts:751

Revogrid is a powerful data grid library made by Revolist OU.