@vertexvis/viewer 0.20.0-testing.0 → 0.20.0-testing.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -252,11 +252,11 @@ export declare class SceneTreeController {
252
252
  * scene tree's data.
253
253
  */
254
254
  private subscribe;
255
- private fetchUnloadedPagesInActiveRows;
255
+ fetchUnloadedPagesInActiveRows(): Promise<void>;
256
256
  private patchNodesInRange;
257
257
  private handlePageResult;
258
258
  private invalidatePage;
259
- private invalidateAfterOffset;
259
+ invalidateAfterOffset(offset: number): void;
260
260
  private getState;
261
261
  private isViewLoading;
262
262
  private restartLoadingTimer;