Skip to main content

Class: RunwayIdentFormat

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:724

Formats a runway identifier

Implements

  • Formatter<OneWayRunway>

Constructors

Constructor

new RunwayIdentFormat(): RunwayIdentFormat

Returns

RunwayIdentFormat

Properties

nullValueString

nullValueString: string = '-----'

Defined in: workingtitle-instruments-wt21/instruments/html_ui/Pages/VCockpit/Instruments/WT21/FMC/Framework/FmcFormats.ts:725

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:728

Parameters

ParameterType
valueOneWayRunway

Returns

string

Inherit Doc

Implementation of

Formatter.format