Class: TransponderInputFormat
Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:175
Format for nav radio frequency.
Implements
FormatterValidator
<string
>
Constructors
Constructor
new TransponderInputFormat(
nullValueDisplay
,min?
,max?
):TransponderInputFormat
Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:177
Parameters
Parameter | Type | Default value |
---|---|---|
nullValueDisplay | string | '□□□□□' |
min? | number | undefined |
max? | number | undefined |
Returns
TransponderInputFormat
Inherit Doc
Properties
format
format:
FormatterFunction
<string
>
Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:182
Inherit Doc
Implementation of
FormatterValidator.format
nullValueString
nullValueString:
string
Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:183
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:180
Parameters
Parameter | Type |
---|---|
input | string |
Returns
null
| string
| Promise
<null
| string
>
Inherit Doc
Implementation of
FormatterValidator.parse