BaseQuantityDescription Class
Beta
Base Quantity Property Description
Extended by
Implements
Methods
| Name | Description | |
|---|---|---|
| constructor(name: string, displayLabel: string, iconSpec?: string): BaseQuantityDescription | ||
| format(numberValue: number): string | ||
| parse(userInput: string): ParseResults |
Properties
| Name | Type | Description | |
|---|---|---|---|
| displayLabel | string | ||
| editor | PropertyEditorInfo | ||
| formatterSpec Accessor ReadOnly | FormatterSpec | undefined | ||
| name | string | ||
| parseError Accessor ReadOnly | string | ||
| parserSpec Accessor ReadOnly | ParserSpec | undefined | ||
| quantityType Accessor ReadOnly | QuantityType | ||
| typename | string |
Defined in
Last Updated: 08 January, 2020