Skip to main content

@microsoft/msfs-wtg3000-mfd

Enumerations

Classes

Interfaces

Type Aliases

AltimeterBaroInfo

Ƭ AltimeterBaroInfo: Object

Information describing an altimeter managed by AltimeterBaroKeyEventHandler.

Type declaration

NameTypeDescription
indexnumberThe index of the altimeter.
supportBaroPreselectbooleanWhether the altimeter supports baro preselect.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Input/AltimeterBaroKeyEventHandler.ts:7


StartupScreenRowDefinition

Ƭ StartupScreenRowDefinition: Object

A description of an MFD startup screen row.

Type declaration

NameTypeDescription
caution?boolean | Subscribable<boolean>Whether the row should display as caution (amber). Defaults to false.
iconFilePathstringThe absolute path to the row icon's image asset.
onDestroy?() => voidA function to execute when the startup screen is destroyed.
titlestringThe row's title text.
valuestring | Subscribable<string>The row's value text.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Components/Startup/StartupScreenRow.ts:6


StartupScreenRowFactory

Ƭ StartupScreenRowFactory: (simTime: Subscribable<number>) => Readonly<StartupScreenRowDefinition>

A function which returns an object describing an MFD startup screen row.

Type declaration

▸ (simTime): Readonly<StartupScreenRowDefinition>

Parameters
NameType
simTimeSubscribable<number>
Returns

Readonly<StartupScreenRowDefinition>

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/MFD/Components/Startup/StartupScreenRow.ts:26