@itwin/frontend-devtools
Version:
Debug menu and supporting UI widgets
13 lines • 670 B
TypeScript
import { Tool } from "@itwin/core-frontend";
/** Display in every viewport a range graphic for every tile currently being requested for the viewport that was initially selected when the decorator was installed.
* Green indicates queued (http request not yet sent), red indicates active (http request sent). White indicates unexpected state.
* @beta
*/
export declare class ToggleTileRequestDecorationTool extends Tool {
static toolId: string;
static get minArgs(): number;
static get maxArgs(): number;
run(enable?: boolean): Promise<boolean>;
parseAndRun(...args: string[]): Promise<boolean>;
}
//# sourceMappingURL=TileRequestDecoration.d.ts.map