UNPKG

@itwin/frontend-devtools

Version:

Debug menu and supporting UI widgets

12 lines 526 B
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 ViewDefinitionDecorationTool extends Tool { static toolId: string; static get minArgs(): number; static get maxArgs(): number; run(enable?: boolean): Promise<boolean>; parseAndRun(...args: string[]): Promise<boolean>; } //# sourceMappingURL=ViewDefinitionDecorator.d.ts.map