@itwin/frontend-devtools
Version:
Debug menu and supporting UI widgets
12 lines • 533 B
TypeScript
import { Tool } from "@itwin/core-frontend";
/** Display in every viewport a green range graphic for each displayed tile tree, plus a red range graphic for each tile tree's content range if defined.
* @beta
*/
export declare class ToggleTileTreeBoundsDecorationTool extends Tool {
static toolId: string;
static get minArgs(): number;
static get maxArgs(): number;
run(enable?: boolean): Promise<boolean>;
parseAndRun(...args: string[]): Promise<boolean>;
}
//# sourceMappingURL=TileTreeBoundsDecoration.d.ts.map