Interface: NavStatusBoxProps
Component props for NavStatusBox.
Hierarchy
ComponentProps
↳
NavStatusBoxProps
Properties
bus
• bus: EventBus
The event bus.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/NavStatusBox/NavStatusBox.tsx:16
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
config
• config: NavStatusBoxConfig
The configuration object for the status box.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/NavStatusBox/NavStatusBox.tsx:19
dataProvider
• dataProvider: NavStatusBoxDataProvider
A data provider for the status box.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/NavStatusBox/NavStatusBox.tsx:22
declutter
• declutter: Subscribable
<boolean
>
Whether the status box should be decluttered.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/NavStatusBox/NavStatusBox.tsx:31
gpsIntegrityDataProvider
• gpsIntegrityDataProvider: GpsIntegrityDataProvider
A provider of GPS position integrity data.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/NavStatusBox/NavStatusBox.tsx:25
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
unitsSettingManager
• unitsSettingManager: UnitsUserSettingManager
<UnitsUserSettingTypes
>
A manager for display units user settings.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/NavStatusBox/NavStatusBox.tsx:28