Skip to main content

Interface: NavDmeInfoBannerProps

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavDmeInfo/NavDmeInfoBanner.tsx:12

Component props for NavDmeInfoBanner.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


declutter

declutter: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavDmeInfo/NavDmeInfoBanner.tsx:32

Whether the display should be decluttered.


dmeInfoIndicator

dmeInfoIndicator: G3000DmeInfoNavIndicator

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavDmeInfo/NavDmeInfoBanner.tsx:17

The DME info nav indicator.


dmeRadioCount

dmeRadioCount: 0 | 1 | 2

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavDmeInfo/NavDmeInfoBanner.tsx:20

The number of supported DME radios.


dmeSettingManager

dmeSettingManager: UserSettingManager<DmeUserSettingTypes>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavDmeInfo/NavDmeInfoBanner.tsx:23

A manager for DME user settings.


isHsiMapEnabled

isHsiMapEnabled: Subscribable<boolean>

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

Whether the HSI map is enabled.


navInfoIndicator: G3000NavInfoNavIndicator

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

The nav info nav indicator.


position

position: "upper" | "lower" | "lower-softkey"

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/NavDmeInfo/NavDmeInfoBanner.tsx:35

The position of the banner.


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/NavDmeInfo/NavDmeInfoBanner.tsx:26

A manager for display units user settings.