Interface: BearingInfoProps
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:16
Component props for BearingInfo.
Extends
Properties
bus
bus:
EventBus
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:18
The event bus.
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
declutter
declutter:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:36
Whether the display should be decluttered.
fmsConfig
fmsConfig:
FmsConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:27
The FMS configuration object.
index
index:
1
|2
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:21
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:30
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:39
The mode to display.
radiosConfig
radiosConfig:
RadiosConfig
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:24
The radios configuration object.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
side?
optional
side:"left"
|"right"
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/BearingInfo/BearingInfo.tsx:42
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:33
A manager for display unit user settings.