@revolist/revogrid / 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.