Skip to main content

Interface: NumberAndUnitFormatOptions

The options for number and unit inputs.

Hierarchy

Properties

maxValue

maxValue: number

Maximum value (default: max int)

Defined in

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


minValue

minValue: number

Minimum value (default: 0)

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)

Defined in

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


precision

precision: number

Number precision (default: 0)

Defined in

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


spaceBetween

spaceBetween: boolean

Indicating if there should be a space between number and unit

Defined in

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