Class: FieldLengthFormatter
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:686
Format for field length / runway length combined display
Implements
Formatter
<FieldLengthData
>
Constructors
Constructor
new FieldLengthFormatter():
FieldLengthFormatter
Returns
FieldLengthFormatter
Properties
nullValueString
nullValueString:
string
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:687
The string to show when a value is null
Implementation of
Formatter.nullValueString
Methods
format()
format(
value
):string
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:691
Parameters
Parameter | Type |
---|---|
value | FieldLengthData |
Returns
string
Inherit Doc
Implementation of
Formatter.format