Interface: NavDmeInfoBoxProps
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBoxBanner.tsx:11
Component props for NavStatusBoxBanner.
Extends
ComponentProps
Properties
bus
bus:
EventBus
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBoxBanner.tsx:13
The event bus.
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
config
config:
NavStatusBoxConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBoxBanner.tsx:16
The configuration object for the banner.
dataProvider
dataProvider:
NavStatusBoxDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBoxBanner.tsx:19
A data provider for the banner.
declutter
declutter:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBoxBanner.tsx:31
Whether the banner should be decluttered.
gpsIntegrityDataProvider
gpsIntegrityDataProvider:
GpsIntegrityDataProvider
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBoxBanner.tsx:22
A provider of GPS position integrity data.
isHsiMapEnabled
isHsiMapEnabled:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBoxBanner.tsx:28
Whether the HSI map is enabled.
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/NavStatusBox/NavStatusBoxBanner.tsx:25
A manager for display units user settings.