Interface: BearingPointerProps
Component props for BearingPointer.
Hierarchy
ComponentProps
↳
BearingPointerProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
hsiMap
• hsiMap: boolean
Whether the bearing pointer should use the HSI map style.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/BearingPointer.tsx:13
index
• index: 2
| 1
The index of the bearing pointer.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/BearingPointer.tsx:16
isActive
• isActive: Subscribable
<boolean
>
Whether the bearing pointer should actively update.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/BearingPointer.tsx:28
isHeadingDataFailed
• isHeadingDataFailed: Subscribable
<boolean
>
Whether heading data is in a failure state.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/BearingPointer.tsx:25
magVarCorrection
• magVarCorrection: Subscribable
<number
>
The magnetic variation correction to apply to the needle's magnetic course, in degrees.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/BearingPointer.tsx:22
navIndicator
• navIndicator: G3000NavIndicator
The nav indicator to use.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/BearingPointer.tsx:19
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125