FormattedQuantityDescription Class @beta
Base Quantity Property Description
Extends
Extended by
Methods
| Name | Description | |
|---|---|---|
| constructor(args: FormattedQuantityDescriptionArgs): FormattedQuantityDescription | ||
| constructor(name: string, displayLabel: string, iconSpec?: string, kindOfQuantityName?: string): FormattedQuantityDescription | ||
| formatValue(numberValue: number): string Protected | ||
| parseString(userInput: string): ParseResults Protected |
Properties
| Name | Type | Description | |
|---|---|---|---|
| formatterQuantityType Accessor Abstract ReadOnly | QuantityType | ||
| formatterSpec Accessor ReadOnly | undefined | FormatterSpec | ||
| parseError Accessor Abstract ReadOnly | string | ||
| parserSpec Accessor ReadOnly | undefined | ParserSpec |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| displayLabel Inherited | string | BaseQuantityDescription | Display label for the property description |
| editor Inherited | PropertyEditorInfo | BaseQuantityDescription | Information for a property editor |
| format Inherited | (numberValue: number) => string | BaseQuantityDescription | |
| kindOfQuantityName Inherited | string | undefined | BaseQuantityDescription | KindOfQuantity full name used to look up FormatProps |
| name Inherited | string | BaseQuantityDescription | Name of the property description |
| parse Inherited | (userInput: string) => ParseResults | BaseQuantityDescription | |
| typename Inherited | string | BaseQuantityDescription | Type name used to determine applicable Type Converter and Property Editor |
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.