Skip to main content

Interface: HsiActiveNavNeedleProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:12

Component props for HsiActiveNavNeedle.

Extends

Properties

arrowLength

arrowLength: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:32

The length of the course arrowhead, in pixels.


arrowWidth

arrowWidth: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:35

The width of the course arrowhead, in pixels.


children?

optional children: DisplayChildren[]

Defined in: src/sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

HsiCourseNeedleProps.children


deviationDotSize

deviationDotSize: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:17

The size (diameter) of each lateral deviation scale dot, in pixels.


deviationScaleLength

deviationScaleLength: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:14

The total length, in pixels, of the lateral deviation scale (5 dots).


isActive

isActive: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiCourseNeedle.tsx:25

Whether the course needle should actively update.

Inherited from

HsiCourseNeedleProps.isActive


isHeadingDataFailed

isHeadingDataFailed: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiCourseNeedle.tsx:22

Whether heading data is in a failure state.

Inherited from

HsiCourseNeedleProps.isHeadingDataFailed


magVarCorrection

magVarCorrection: Subscribable<number>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiCourseNeedle.tsx:19

The magnetic variation correction to apply to the needle's magnetic course, in degrees.

Inherited from

HsiCourseNeedleProps.magVarCorrection


navIndicator: G3XTouchNavIndicator

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiCourseNeedle.tsx:16

The nav indicator to use.

Inherited from

HsiCourseNeedleProps.navIndicator


ref?

optional ref: NodeReference<any>

Defined in: src/sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

HsiCourseNeedleProps.ref


stemDeviationOuterRadius

stemDeviationOuterRadius: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:26

The radius from the center of the HSI compass, in pixels, at which each end of the deviation indicator stem lies.


stemInnerRadius

stemInnerRadius: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:23

The radius from the center of the HSI compass, in pixels, at which each inner end of the course arrow stem lies.


stemOuterRadius

stemOuterRadius: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:20

The radius from the center of the HSI compass, in pixels, at which each outer end of the course arrow stem lies.


stemWidth

stemWidth: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:29

The width of the course arrow and deviation indicator stems, in pixels.


toFromArrowLength

toFromArrowLength: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:41

The length of the TO/FROM arrow, in pixels.


toFromArrowOuterRadius

toFromArrowOuterRadius: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:38

The radius from the center of the HSI compass, in pixels, at which the tip of the TO/FROM arrow lies.


toFromArrowWidth

toFromArrowWidth: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/HSI/HsiActiveNavNeedle.tsx:44

The width of the TO/FROM arrow, in pixels.