@itwin/core-frontend
Version:
iTwin.js frontend components
19 lines • 723 B
TypeScript
/** @packageDocumentation
* @module Properties
*/
import { QuantityType } from "../quantity-formatting/QuantityFormatter";
import { FormattedQuantityDescription } from "./FormattedQuantityDescription";
/**
* Angle Property Description
* @beta
*/
export declare class AngleDescription extends FormattedQuantityDescription {
constructor(name?: string, displayLabel?: string, iconSpec?: string, kindOfQuantityName?: string);
get formatterQuantityType(): QuantityType;
/**
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use the `kindOfQuantityName` property instead.
*/
get quantityType(): string;
get parseError(): string;
}
//# sourceMappingURL=AngleDescription.d.ts.map