UNPKG

@itwin/frontend-devtools

Version:

Debug menu and supporting UI widgets

12 lines 411 B
/** @packageDocumentation * @module Tools */ import { Tool } from "@itwin/core-frontend"; /** Queries the client's level of compatibility with the rendering system and outputs it to NotificationManager. * @beta */ export declare class ReportWebGLCompatibilityTool extends Tool { static toolId: string; run(_args: any[]): Promise<boolean>; } //# sourceMappingURL=ReportWebGLCompatibilityTool.d.ts.map