Skip to content

RevoGrid Documentation v4.11.20 / 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:525

Defined in

src/types/interfaces.ts:521