Skip to content

RevoGrid Documentation v4.15.2 / 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:565
endnumberThe end of the range.ViewportStateItems.endsrc/types/interfaces.ts:533
itemsVirtualPositionItem[]The items in the viewport.ViewportStateItems.itemssrc/types/interfaces.ts:544
realCountnumberThe number of real items in the viewport.-src/types/interfaces.ts:554
startnumberThe start of the range.ViewportStateItems.startsrc/types/interfaces.ts:529
virtualSizenumberThe virtual size of the viewport.-src/types/interfaces.ts:558