Skip to content

@revolist/revogrid / ViewportState

Interface: ViewportState

ViewportState is an object that represents the state of a viewport.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
clientSizenumberThe client size of the viewport. Usually it's same as virtual size. Until virtualization is not disabled.-src/types/interfaces.ts:546
endnumberThe end of the range.ViewportStateItems.endsrc/types/interfaces.ts:514
itemsVirtualPositionItem[]The items in the viewport.ViewportStateItems.itemssrc/types/interfaces.ts:525
realCountnumberThe number of real items in the viewport.-src/types/interfaces.ts:535
startnumberThe start of the range.ViewportStateItems.startsrc/types/interfaces.ts:510
virtualSizenumberThe virtual size of the viewport.-src/types/interfaces.ts:539

Revogrid is a powerful data grid library made by Revolist OU.