Skip to main content

Interface: HSIProps

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

Component props for Hsi.

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


dataProvider

dataProvider: HsiDataProvider

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

A data provider for the HSI.


declutter

declutter: Subscribable<boolean>

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

Whether the HSI should be decluttered.


gduSettingManager

gduSettingManager: UserSettingManager<GduUserSettingTypes>

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

A manager for GDU user settings.


hsiSettingManager

hsiSettingManager: UserSettingManager<PfdHsiUserSettingTypes>

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

A manager for HSI user settings.


radiosConfig

radiosConfig: RadiosConfig

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

A configuration object defining options for radios.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


uiService

uiService: UiService

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

The UI service.


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

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

A manager for display units user settings.