Skip to content

Commit

Permalink
refactor(TilesRendererBase.d.ts): add typing for loadProgress property (
Browse files Browse the repository at this point in the history
  • Loading branch information
sguimmara authored Jan 13, 2025
1 parent dc8d203 commit 705d138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/base/TilesRendererBase.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export class TilesRendererBase {
displayActiveTiles : boolean;
maxDepth : number;

loadProgress: number;

fetchOptions : RequestInit;
preprocessURL : ( ( uri: string | URL ) => string ) | null;

Expand Down

0 comments on commit 705d138

Please sign in to comment.