@itwin/measure-tools-react
Version:
Frontend framework and tools for measurements
17 lines • 733 B
TypeScript
import type { Viewport } from "@itwin/core-frontend";
import { PrimitiveToolBase } from "../api/MeasurementTool.js";
import type { Feature } from "../api/FeatureTracking.js";
export declare class ClearMeasurementsTool extends PrimitiveToolBase {
static toolId: string;
static iconSpec: string;
static get flyover(): string;
static get description(): string;
static get keyin(): string;
protected get feature(): Feature | undefined;
constructor();
requireWriteableTarget(): boolean;
isCompatibleViewport(_vp: Viewport | undefined, _isSelectedViewChange: boolean): boolean;
onPostInstall(): Promise<void>;
onRestartTool(): Promise<void>;
}
//# sourceMappingURL=ClearMeasurementsTool.d.ts.map