Skip to main content

Interface: NavInsetMapProps

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InsetMap/NavInsetMap.tsx:21

Component props for NavInsetMap.

Extends

  • ComponentProps

Properties

bus

bus: EventBus

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InsetMap/NavInsetMap.tsx:23

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/InsetMap/NavInsetMap.tsx:41

A configuration object defining options for the map.


flightPlanner

flightPlanner: FlightPlanner<"">

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InsetMap/NavInsetMap.tsx:26

The flight planner.


iauSettingManager

iauSettingManager: IauUserSettingManager

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InsetMap/NavInsetMap.tsx:38

A manager for all IAU user settings.


pfdIndex

pfdIndex: PfdIndex

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InsetMap/NavInsetMap.tsx:32

The index of the PFD to which the map belongs.


projectedSize

projectedSize: Subscribable<Readonly<Omit<Float64Array, "set" | "sort" | "copyWithin">>>

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InsetMap/NavInsetMap.tsx:35

The projected size of the map.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


trafficSystem

trafficSystem: TrafficSystem

Defined in: workingtitle-instruments-g3000/html_ui/PFD/Components/InsetMap/NavInsetMap.tsx:29

The traffic system used by the map to display traffic.