Interface: HsiCourseNeedleProps
Component props for HsiCourseNeedle.
Hierarchy
ComponentProps
↳
HsiCourseNeedleProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
isActive
• isActive: Subscribable
<boolean
>
Whether the course needle should actively update.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiCourseNeedle.tsx:25
isHeadingDataFailed
• isHeadingDataFailed: Subscribable
<boolean
>
Whether heading data is in a failure state.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiCourseNeedle.tsx:22
magVarCorrection
• magVarCorrection: Subscribable
<number
>
The magnetic variation correction to apply to the needle's magnetic course, in degrees.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiCourseNeedle.tsx:19
navIndicator
• navIndicator: G3XTouchNavIndicator
The nav indicator to use.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiCourseNeedle.tsx:16
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125