RevoGrid Documentation v4.21.7 / ViewportState
Interface: ViewportState
ViewportState is an object that represents the state of a viewport.
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
clientSize | number | The client size of the viewport. Usually it's same as virtual size. Until virtualization is not disabled. | - | src/types/interfaces.ts:588 |
end | number | The end of the range. | ViewportStateItems.end | src/types/interfaces.ts:556 |
items | VirtualPositionItem[] | The items in the viewport. | ViewportStateItems.items | src/types/interfaces.ts:567 |
realCount | number | The number of real items in the viewport. | - | src/types/interfaces.ts:577 |
start | number | The start of the range. | ViewportStateItems.start | src/types/interfaces.ts:552 |
virtualSize | number | The virtual size of the viewport. | - | src/types/interfaces.ts:581 |