Skip to main content

Interface: HSIProps

Properties on the HSI component.

Hierarchy

  • ComponentProps

    HSIProps

Properties

bus

bus: EventBus

An instance of the event bus.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/Hsi.tsx:23


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


dataProvider

dataProvider: HsiDataProvider

A data provider for the HSI.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/Hsi.tsx:44


declutter

declutter: Subscribable<boolean>

Whether the HSI should be decluttered.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/Hsi.tsx:50


flightPlanner

flightPlanner: FlightPlanner<"">

An instance of the flight planner.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/Hsi.tsx:26


iauSettingManager

iauSettingManager: IauUserSettingManager

A manager for all IAU user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/Hsi.tsx:38


mapConfig

mapConfig: MapConfig

A configuration object defining options for the HSI map.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/Hsi.tsx:35


pfdIndex

pfdIndex: PfdIndex

The index of the PFD to which the HSI belongs.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/Hsi.tsx:32


pfdMapLayoutSettingManager

pfdMapLayoutSettingManager: UserSettingManager<PfdMapLayoutUserSettingTypes>

Manager for PFD map layout user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/Hsi.tsx:41


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


trafficSystem

trafficSystem: TrafficSystem

The traffic system.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/Hsi.tsx:29


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager<UnitsUserSettingTypes>

A manager for display units user settings.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/HSI/Hsi.tsx:47