Skip to main content

Interface: HsiMapProps

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiMap.tsx:27

Component props for HsiMap.

Extends

  • ComponentProps

Properties

bus

bus: EventBus

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiMap.tsx:29

An instance of the event bus.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


config

config: MapConfig

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiMap.tsx:41

A configuration object defining options for the map.


dataProvider

dataProvider: HsiDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiMap.tsx:44

A provider of HSI data.


flightPlanner

flightPlanner: FlightPlanner<"">

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiMap.tsx:32

An instance of the flight planner.


iauSettingManager

iauSettingManager: IauUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiMap.tsx:47

A manager for all IAU user settings.


pfdIndex

pfdIndex: PfdIndex

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiMap.tsx:38

The index of the PFD to which the HSI map belongs.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


show

show: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiMap.tsx:53

Whether the map should be visible.


trafficSystem

trafficSystem: TrafficSystem

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiMap.tsx:35

The traffic system.


unitsSettingManager

unitsSettingManager: UnitsUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/HSI/HsiMap.tsx:50

A manager for display units user settings.