Skip to main content

Interface: NavInsetMapProps

Component props for NavInsetMap.

Hierarchy

  • ComponentProps

    NavInsetMapProps

Properties

bus

bus: EventBus

The event bus.

Defined in

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


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

src/sdk/components/FSComponent.ts:122


config

config: MapConfig

A configuration object defining options for the map.

Defined in

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


flightPlanner

flightPlanner: FlightPlanner<"">

The flight planner.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/InsetMap/NavInsetMap.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/InsetMap/NavInsetMap.tsx:38


pfdIndex

pfdIndex: PfdIndex

The index of the PFD to which the map belongs.

Defined in

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


projectedSize

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

The projected size of the map.

Defined in

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


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 used by the map to display traffic.

Defined in

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