Skip to main content

Interface: BearingInformationDisplayProps

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

Component props for BearingInformationDisplay.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


declutter

declutter: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BearingInformationDisplay/BearingInformationDisplay.tsx:27

Whether the display should be decluttered.


index

index: 1 | 2

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BearingInformationDisplay/BearingInformationDisplay.tsx:18

The index of the bearing pointer associaed with the display.


indicator

indicator: G3XTouchNavIndicator

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BearingInformationDisplay/BearingInformationDisplay.tsx:21

The nav indicator associated with the bearing info display.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


unitsSettingManager

unitsSettingManager: G3XUnitsUserSettingManager

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/Components/BearingInformationDisplay/BearingInformationDisplay.tsx:24

A manager for display unit user settings.