Skip to main content

Class: TransponderInputFormat

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:175

Format for nav radio frequency.

Implements

Constructors

Constructor

new TransponderInputFormat(nullValueDisplay, min?, max?): TransponderInputFormat

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:177

Parameters

ParameterTypeDefault value
nullValueDisplaystring'□□□□□'
min?numberundefined
max?numberundefined

Returns

TransponderInputFormat

Inherit Doc

Properties

format

format: FormatterFunction<string>

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:182

Inherit Doc

Implementation of

Formatter.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

Formatter.nullValueString


parse()

parse: (input) => string | Promise<string | null> | null

Defined in: workingtitle-instruments-epic2/shared/Formatters/Epic2InputFormats.ts:180

Parameters

ParameterType
inputstring

Returns

string | Promise<string | null> | null

Inherit Doc

Implementation of

parse.__type