Skip to content

@revolist/revogrid / 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:429
sizenumberThe size of the row.src/types/interfaces.ts:425
typeDimensionRowsThe type of the row.src/types/interfaces.ts:421

Defined in

src/types/interfaces.ts:417

Revogrid is a MIT-licensed open source library made by Revolist OU.