UNPKG

@itwin/frontend-devtools

Version:

Debug menu and supporting UI widgets

10 lines 371 B
import { Viewport } from "@itwin/core-frontend"; /** Allows the global settings controlling the behavior of viewing tools to be customized. * @alpha */ export declare class ToolSettingsTracker { private static _expandToolSettings; constructor(parent: HTMLElement, _vp: Viewport); [Symbol.dispose](): void; } //# sourceMappingURL=ToolSettingsTracker.d.ts.map