Skip to content

RevoGrid Documentation v4.21.8 / 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:606
endnumberThe end of the range.ViewportStateItems.endsrc/types/interfaces.ts:574
itemsVirtualPositionItem[]The items in the viewport.ViewportStateItems.itemssrc/types/interfaces.ts:585
realCountnumberThe number of real items in the viewport.-src/types/interfaces.ts:595
startnumberThe start of the range.ViewportStateItems.startsrc/types/interfaces.ts:570
virtualSizenumberThe virtual size of the viewport.-src/types/interfaces.ts:599