Skip to content

RevoGrid Documentation v4.15.3 / RowDefinition

Type Alias: RowDefinition

ts
type RowDefinition: {
  index: number;
  size: number;
  type: DimensionRows;
};

RowDefinition is a type that represents a row definition in the viewport.

Type declaration

NameTypeDescriptionDefined in
indexnumberThe index of the row.src/types/interfaces.ts:463
sizenumberThe size of the row.src/types/interfaces.ts:459
typeDimensionRowsThe type of the row.src/types/interfaces.ts:455

Defined in

src/types/interfaces.ts:451