Skip to main content

Interface: ConvertableNumberAndUnitFormatOptions

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:336

The options for convertable number and unit inputs.

Extends

Properties

maxValue

maxValue: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:276

Maximum value (default: max int)

Inherited from

NumberAndUnitFormatOptions.maxValue


minValue

minValue: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:278

Minimum value (default: 0)

Inherited from

NumberAndUnitFormatOptions.minValue


padStart

padStart: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:274

Padding of the output string (default: 0)

Inherited from

NumberAndUnitFormatOptions.padStart


precision

precision: number

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:272

Number precision (default: 0)

Inherited from

NumberAndUnitFormatOptions.precision


showUnit

showUnit: boolean

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:338

Indicating if the unit should be displayed.


spaceBetween

spaceBetween: boolean

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21v2/FMC/Framework/FmcFormats.ts:280

Indicating if there should be a space between number and unit

Inherited from

NumberAndUnitFormatOptions.spaceBetween