Skip to main content

Interface: BearingPointerProps

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/BearingPointer.tsx:11

Component props for BearingPointer.

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/BearingPointer.tsx:13

Whether the bearing pointer should use the HSI map style.


index

index: 1 | 2

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/BearingPointer.tsx:16

The index of the bearing pointer.


isActive

isActive: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/BearingPointer.tsx:28

Whether the bearing pointer should actively update.


isHeadingDataFailed

isHeadingDataFailed: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/BearingPointer.tsx:25

Whether heading data is in a failure state.


magVarCorrection

magVarCorrection: Subscribable<number>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/BearingPointer.tsx:22

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


navIndicator: G3000NavIndicator

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/BearingPointer.tsx:19

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