@revolist/revogrid / 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:546 |
end | number | The end of the range. | ViewportStateItems.end | src/types/interfaces.ts:514 |
items | VirtualPositionItem [] | The items in the viewport. | ViewportStateItems.items | src/types/interfaces.ts:525 |
realCount | number | The number of real items in the viewport. | - | src/types/interfaces.ts:535 |
start | number | The start of the range. | ViewportStateItems.start | src/types/interfaces.ts:510 |
virtualSize | number | The virtual size of the viewport. | - | src/types/interfaces.ts:539 |