FormattedQuantityDescription Class

Base Quantity Property Description

Extends

Extended by

Methods

Name Description
constructor(name: string, displayLabel: string, iconSpec?: string): FormattedQuantityDescription    
formatValue(numberValue: number): string Protected    
parseString(userInput: string): ParseResults Protected    

Properties

Name Type Description
formatterQuantityType Accessor AbstractReadOnly QuantityType    
formatterSpec Accessor ReadOnly undefined | FormatterSpec    
parseError Accessor AbstractReadOnly string    
parserSpec Accessor ReadOnly undefined | ParserSpec    

Inherited properties

Name Type Inherited from Description
displayLabel string BaseQuantityDescription  
editor PropertyEditorInfo BaseQuantityDescription  
format (numberValue: number) => string BaseQuantityDescription  
name string BaseQuantityDescription  
parse (userInput: string) => ParseResults BaseQuantityDescription  
quantityType Accessor AbstractReadOnly string BaseQuantityDescription  
typename string BaseQuantityDescription  

Defined in

Last Updated: 16 April, 2024