Interface: ProcedurePreviewPaneViewProps
Component props for ProcedurePreviewPaneView.
Hierarchy
↳
ProcedurePreviewPaneViewProps
Properties
bus
• bus: EventBus
The event bus.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneView.tsx:31
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
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/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneView.tsx:43
flightPathCalculator
• flightPathCalculator: FlightPathCalculator
The flight path calculator to use to calculate the procedure previews.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneView.tsx:37
fms
• fms: Fms
<""
>
The FMS.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneView.tsx:34
halfSizeOnly
• Optional
halfSizeOnly: boolean
Whether the view can only be displayed in half-size panes.
Inherited from
DisplayPaneViewProps.halfSizeOnly
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:14
iauSettingManager
• iauSettingManager: IauUserSettingManager
A manager for all IAU user settings.
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/ProcedurePreviewPane/ProcedurePreviewPaneView.tsx:40
index
• index: DisplayPaneIndex
The index of the view's parent pane.
Inherited from
Defined in
src/workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/Shared/Components/DisplayPanes/DisplayPaneView.ts:11
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:125