Interface: BearingInformationDisplayProps
Component props for BearingInformationDisplay.
Hierarchy
ComponentProps
↳
BearingInformationDisplayProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
declutter
• declutter: Subscribable
<boolean
>
Whether the display should be decluttered.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/BearingInformationDisplay/BearingInformationDisplay.tsx:27
index
• index: 2
| 1
The index of the bearing pointer associaed with the display.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/BearingInformationDisplay/BearingInformationDisplay.tsx:18
indicator
• indicator: G3XTouchNavIndicator
The nav indicator associated with the bearing info display.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/BearingInformationDisplay/BearingInformationDisplay.tsx:21
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: G3XUnitsUserSettingManager
A manager for display unit user settings.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/BearingInformationDisplay/BearingInformationDisplay.tsx:24