RevoGrid Documentation v4.15.8 / 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
| Name | Type | Description | Defined in |
|---|---|---|---|
items | VirtualPositionItem[] | The items in the viewport. | src/types/interfaces.ts:544 |