Interface: ConvertableNumberAndUnitFormatOptions
The options for convertable number and unit inputs.
Hierarchy
↳
ConvertableNumberAndUnitFormatOptions
Properties
maxValue
• maxValue: number
Maximum value (default: max int)
Inherited from
NumberAndUnitFormatOptions.maxValue
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:277
minValue
• minValue: number
Minimum value (default: 0)
Inherited from
NumberAndUnitFormatOptions.minValue
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:279
padStart
• padStart: number
Padding of the output string (default: 0)
Inherited from
NumberAndUnitFormatOptions.padStart
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:275
precision
• precision: number
Number precision (default: 0)
Inherited from
NumberAndUnitFormatOptions.precision
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:273
showUnit
• showUnit: boolean
Indicating if the unit should be displayed.
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:339
spaceBetween
• spaceBetween: boolean
Indicating if there should be a space between number and unit
Inherited from
NumberAndUnitFormatOptions.spaceBetween
Defined in
workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:281