Interface: BearingInfoProps
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:14
Component props for BearingInfo.
Extends
ComponentProps
Properties
adfRadioCount
adfRadioCount:
0
|1
|2
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:22
The number of supported ADF radios.
bus
bus:
EventBus
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.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
declutter
declutter:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:31
Whether the display should be decluttered.
index
index:
1
|2
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:19
The index of the bearing pointer associaed with the display.
indicator
indicator:
G3000NavIndicator
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:25
The nav indicator associated with the bearing info display.
mode
mode:
"center"
|"offset"
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:34
The mode to display.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
side?
optional
side:"left"
|"right"
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:37
The side on which the display is located. Ignored if mode
is offset
. Defaults to left
.
unitsSettingManager
unitsSettingManager:
UnitsUserSettingManager
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:28
A manager for display unit user settings.