Skip to content

RevoGrid Documentation v4.12.4 / ViewportStores

Type Alias: ViewportStores

ts
type ViewportStores: { [T in MultiDimensionType]: Observable<ViewportState> };

Represents the mapping of dimension types to their corresponding observable stores for the viewport.

Defined in

src/types/interfaces.ts:685