Interface: CourseNeedleProps
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/CourseNeedle.tsx:12
Component props for CourseNeedle.
Extends
ComponentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
hsiMap
hsiMap:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/CourseNeedle.tsx:14
Whether the bearing pointer should use the HSI map style.
isActive
isActive:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/CourseNeedle.tsx:32
Whether the course needle should actively update.
isHeadingDataFailed
isHeadingDataFailed:
Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/CourseNeedle.tsx:23
Whether heading data is in a failure state.
magVarCorrection
magVarCorrection:
Subscribable
<number
>
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/CourseNeedle.tsx:20
The magnetic variation correction to apply to the needle's magnetic course, in degrees.
maxCdiDeflection?
optional
maxCdiDeflection:number
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/CourseNeedle.tsx:29
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.
navIndicator
navIndicator:
G3000NavIndicator
Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/CourseNeedle.tsx:17
The nav indicator to use.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref