Skip to main content

Interface: ConvertableNumberAndUnitFormatOptions

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

The options for convertable number and unit inputs.

Extends

Properties

maxValue

maxValue: number

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

Maximum value (default: max int)

Inherited from

NumberAndUnitFormatOptions.maxValue


minValue

minValue: number

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

Minimum value (default: 0)

Inherited from

NumberAndUnitFormatOptions.minValue


padStart

padStart: number

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

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/WT21/FMC/Framework/FmcFormats.ts:273

Number precision (default: 0)

Inherited from

NumberAndUnitFormatOptions.precision


showUnit

showUnit: boolean

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

Indicating if the unit should be displayed.


spaceBetween

spaceBetween: boolean

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

Indicating if there should be a space between number and unit

Inherited from

NumberAndUnitFormatOptions.spaceBetween