Skip to content

@revolist/revogrid / ViewportStateItems

Type Alias: ViewportStateItems

ts
type ViewportStateItems: {
  items: VirtualPositionItem[];
 } & Range;

ViewportStateItems is an object that represents the items in a viewport along with their corresponding range.

Type declaration

NameTypeDescriptionDefined in
itemsVirtualPositionItem[]The items in the viewport.src/types/interfaces.ts:510

Defined in

src/types/interfaces.ts:506

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