Class: AirportIcaoInputFormat
Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:10
Format for a 4-letter airport ICAO.
Implements
FormatterValidator
<string
>
Constructors
Constructor
new AirportIcaoInputFormat(
nullValueDisplay
):AirportIcaoInputFormat
Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:12
Parameters
Parameter | Type | Default value |
---|---|---|
nullValueDisplay | string | '□□□□□' |
Returns
AirportIcaoInputFormat
Inherit Doc
Properties
format
format:
FormatterFunction
<string
>
Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:16
Inherit Doc
Implementation of
FormatterValidator.format
nullValueString
nullValueString:
string
Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:17
The string to show when a value is null
Implementation of
FormatterValidator.nullValueString
parse()
parse: (
input
) =>null
|string
|Promise
<null
|string
>
Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:14
Parameters
Parameter | Type |
---|---|
input | string |
Returns
null
| string
| Promise
<null
| string
>
Inherit Doc
Implementation of
FormatterValidator.parse