Interface: BearingInfoProps
Component props for BearingInfo.
Hierarchy
ComponentProps
↳
BearingInfoProps
Properties
adfRadioCount
• adfRadioCount: 0
| 2
| 1
The number of supported ADF radios.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BearingInfo/BearingInfo.tsx:22
bus
• bus: EventBus
The event bus.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BearingInfo/BearingInfo.tsx:16
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-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BearingInfo/BearingInfo.tsx:31
index
• index: 2
| 1
The index of the bearing pointer associaed with the display.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BearingInfo/BearingInfo.tsx:19
indicator
• indicator: G3000NavIndicator
The nav indicator associated with the bearing info display.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BearingInfo/BearingInfo.tsx:25
mode
• mode: "center"
| "offset"
The mode to display.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BearingInfo/BearingInfo.tsx:34
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
side
• Optional
side: "left"
| "right"
The side on which the display is located. Ignored if mode
is offset
. Defaults to left
.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BearingInfo/BearingInfo.tsx:37
unitsSettingManager
• unitsSettingManager: UnitsUserSettingManager
<UnitsUserSettingTypes
>
A manager for display unit user settings.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/BearingInfo/BearingInfo.tsx:28