Skip to main content

Interface: NearestPaneViewProps

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneView.tsx:29

Component props for NearestPaneView.

Extends

Properties

bus

bus: EventBus

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneView.tsx:31

The event bus.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

DisplayPaneViewProps.children


config

config: MapConfig

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneView.tsx:49

A configuration object defining options for the map.


facLoader

facLoader: FacilityLoader

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneView.tsx:34

A facility loader.


flightPlanner

flightPlanner: FlightPlanner<"">

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneView.tsx:37

The flight planner.


halfSizeOnly?

optional halfSizeOnly: boolean

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneView.ts:14

Whether the view can only be displayed in half-size panes.

Inherited from

DisplayPaneViewProps.halfSizeOnly


iauSettingManager

iauSettingManager: IauUserSettingManager

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneView.tsx:46

A manager for all IAU user settings.


index

index: DisplayPaneIndex

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/DisplayPanes/DisplayPaneView.ts:11

The index of the view's parent pane.

Inherited from

DisplayPaneViewProps.index


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

DisplayPaneViewProps.ref


trafficSystem

trafficSystem: TrafficSystem

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneView.tsx:40

The traffic system used by the map to display traffic.


windDataProvider?

optional windDataProvider: WindDataProvider

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/NearestPane/NearestPaneView.tsx:43

A provider of wind data. Required to display the map wind vector.