Class: WindFormat
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:737
Format for entering wind values
Implements
Validator
<WindEntry
>Formatter
<WindEntry
>
Constructors
Constructor
new WindFormat():
WindFormat
Returns
WindFormat
Properties
nullValueString
nullValueString:
string
='---°/---'
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:764
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:767
Parameters
Parameter | Type |
---|---|
value | WindEntry |
Returns
string
Inherit Doc
Implementation of
Formatter.format
parse()
parse(
input
):null
|WindEntry
Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:739
Parameters
Parameter | Type |
---|---|
input | string |
Returns
null
| WindEntry
Inherit Doc
Implementation of
Validator.parse