Interface: CourseNeedleProps
Component props for CourseNeedle.
Hierarchy
ComponentProps
↳
CourseNeedleProps
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/CourseNeedle.tsx:14
isActive
• isActive: Subscribable
<boolean
>
Whether the course needle should actively update.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/CourseNeedle.tsx:32
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/CourseNeedle.tsx:23
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/CourseNeedle.tsx:20
maxCdiDeflection
• Optional
maxCdiDeflection: number
The magnitude of the maximum allowed deflection of the CDI, scaled such that 1 is equal to full-scale (2 dots) deflection. Defaults to 1.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/CourseNeedle.tsx:29
navIndicator
• navIndicator: G3000NavIndicator
The nav indicator to use.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/CourseNeedle.tsx:17
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125