Skip to content

RevoGrid Documentation v4.21.8 / FocusAfterRenderEvent

Interface: FocusAfterRenderEvent<TModel>

Represents the mapping of dimension types to their corresponding dimension types.

Extends

Type Parameters

Type ParameterDefault type
TModel extends DataTypeDataType

Properties

PropertyTypeDescriptionInherited fromDefined in
colIndexnumberVirtual index of the column in the viewport-src/types/interfaces.ts:871
colTypeDimensionColsRepresents the dimension type for columns.AllDimensionType.colTypesrc/types/interfaces.ts:832
column?ColumnRegular<ColumnProp, DataType<any, ColumnProp>>--src/types/interfaces.ts:863
model?TModel--src/types/interfaces.ts:862
rowIndexnumberVirtual index of the row in the viewport-src/types/interfaces.ts:867
rowTypeDimensionRowsRepresents the dimension type for rows.AllDimensionType.rowTypesrc/types/interfaces.ts:827