Skip to content

RevoGrid Documentation v4.25.2 / 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:507
sizenumberThe size of the row.src/types/interfaces.ts:503
typeDimensionRowsThe type of the row.src/types/interfaces.ts:499

Defined in

src/types/interfaces.ts:495