Skip to main content

Interface: BottomInfoPanelProps

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:29

Component props for BottomInfoPanel.

Extends

  • ComponentProps

Properties

bus

bus: EventBus

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:31

The event bus.


children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


dateTimeSettingManager

dateTimeSettingManager: UserSettingManager<DateTimeUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:70

A manager for date/time user settings.


declutter

declutter: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:76

Whether the panel should be decluttered.


dmeSettingManager

dmeSettingManager: UserSettingManager<DmeUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:64

A manager for DME user settings.


gpsIntegrityDataProvider

gpsIntegrityDataProvider: GpsIntegrityDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:49

A provider of GPS position integrity data.


iauSettingManager

iauSettingManager: UserSettingManager<IauUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:58

A manager for IAU user settings.


isInSplitMode

isInSplitMode: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:73

Whether the panel's parent PFD is in split mode.


layoutConfig

layoutConfig: PfdLayoutConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:37

The PFD layout configuration object.


navIndicators: G3000NavIndicators

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:46

The nav indicator collection for the PFD to which the panel belongs.


navStatusBoxConfig: NavStatusBoxConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:43

The configuration object for the navigation status box.


navStatusBoxDataProvider: NavStatusBoxDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:52

A data provider for a navigation status box.


pfdIndex

pfdIndex: PfdIndex

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:34

The index of the PFD to which the panel belongs.


pfdSettingManager

pfdSettingManager: UserSettingManager<PfdAliasedUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:61

A manager for PFD user settings.


radiosConfig

radiosConfig: RadiosConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:40

The radios configuration object.


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:67

A manager for display unit user settings.


windDataProvider

windDataProvider: WindDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BottomInfoPanel/BottomInfoPanel.tsx:55

A provider of wind data.