Skip to main content

Interface: InsetMapContainerProps

Component props for InsetMapContainer.

Hierarchy

  • ComponentProps

    InsetMapContainerProps

Properties

bus

bus: EventBus

The event bus.

Defined in

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


flightPlanner

flightPlanner: FlightPlanner<"">

The flight planner.

Defined in

src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/PFD/Components/InsetMap/InsetMapContainer.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/InsetMapContainer.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/InsetMapContainer.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/InsetMap/InsetMapContainer.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 used by the map to display traffic.

Defined in

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