Skip to main content

Interface: HsiBearingPointerProps

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

Component props for HsiBearingPointer.

Extends

  • ComponentProps

Properties

arrowLength

arrowLength: number

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

The length of the pointer arrowhead, in pixels.


arrowOuterRadius

arrowOuterRadius: number

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

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


arrowWidth

arrowWidth: number

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

The width of the pointer arrowhead, in pixels.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


index

index: 1 | 2

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

The index of the bearing pointer.


isActive

isActive: Subscribable<boolean>

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

Whether the bearing pointer should actively update.


isHeadingDataFailed

isHeadingDataFailed: Subscribable<boolean>

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

Whether heading data is in a failure state.


magVarCorrection

magVarCorrection: Subscribable<number>

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

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


navIndicator: G3XTouchNavIndicator

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

The nav indicator to use.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


stemInnerRadius

stemInnerRadius: number

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

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


stemOuterRadius

stemOuterRadius: number

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

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


stemWidth

stemWidth: number

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

The width of the block stem, in pixels. Ignored if index is 1.