Skip to main content

Interface: HsiBearingPointerProps

Component props for HsiBearingPointer.

Hierarchy

  • ComponentProps

    HsiBearingPointerProps

Properties

arrowLength

arrowLength: number

The length of the pointer arrowhead, in pixels.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiBearingPointer.tsx:44


arrowOuterRadius

arrowOuterRadius: number

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiBearingPointer.tsx:41


arrowWidth

arrowWidth: number

The width of the pointer arrowhead, in pixels.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiBearingPointer.tsx:47


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


index

index: 2 | 1

The index of the bearing pointer.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiBearingPointer.tsx:17


isActive

isActive: Subscribable<boolean>

Whether the bearing pointer should actively update.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiBearingPointer.tsx:29


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/HsiBearingPointer.tsx:26


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/HsiBearingPointer.tsx:23


navIndicator: G3XTouchNavIndicator

The nav indicator to use.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiBearingPointer.tsx:20


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


stemInnerRadius

stemInnerRadius: number

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiBearingPointer.tsx:35


stemOuterRadius

stemOuterRadius: number

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiBearingPointer.tsx:32


stemWidth

stemWidth: number

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

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/PFD/Components/HSI/HsiBearingPointer.tsx:38