Skip to main content

Class: FuelFlowInputFormat

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

Format for fuel flow in pounds/hour.

Implements

Constructors

Constructor

new FuelFlowInputFormat(nullValueDisplay): FuelFlowInputFormat

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

Parameters

ParameterTypeDefault value
nullValueDisplaystring'□□□□□'

Returns

FuelFlowInputFormat

Inherit Doc

Properties

format

format: FormatterFunction<number>

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

Inherit Doc

Implementation of

Formatter.format


nullValueString

nullValueString: string

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

The string to show when a value is null

Implementation of

Formatter.nullValueString


parse()

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

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

Parameters

ParameterType
inputstring

Returns

number | Promise<number | null> | null

Inherit Doc

Implementation of

parse.__type