Skip to main content

Interface: NavStatusBoxProps

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBox.tsx:14

Component props for NavStatusBox.

Extends

  • ComponentProps

Properties

bus

bus: EventBus

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBox.tsx:16

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/NavStatusBox.tsx:19

The configuration object for the status box.


dataProvider

dataProvider: NavStatusBoxDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBox.tsx:22

A data provider for the status box.


declutter

declutter: Subscribable<boolean>

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

Whether the status box should be decluttered.


gpsIntegrityDataProvider

gpsIntegrityDataProvider: GpsIntegrityDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavStatusBox/NavStatusBox.tsx:25

A provider of GPS position integrity data.


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/NavStatusBox.tsx:28

A manager for display units user settings.