Skip to main content

Interface: MfdFplOptionsPopupProps

Component props for MfdFplOptionsPopup.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

UiViewProps.children

Defined in

src/sdk/components/FSComponent.ts:122


containerRef

containerRef: NodeReference<HTMLElement>

A reference to the root element of the view's container.

Inherited from

UiViewProps.containerRef

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiView.ts:18


flightPlanStore

flightPlanStore: FlightPlanStore

A store for the active flight plan.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplOptionsPopup.tsx:40


fms

fms: G3XFms

The FMS.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplOptionsPopup.tsx:34


fplDisplaySettingManager

fplDisplaySettingManager: UserSettingManager<FplDisplayUserSettingTypes>

A manager for flight plan display user settings.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplOptionsPopup.tsx:43


fplSourceDataProvider

fplSourceDataProvider: G3XFplSourceDataProvider

A provider of flight plan source data.

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdFplPage/MfdFplOptionsPopup.tsx:37


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

UiViewProps.ref

Defined in

src/sdk/components/FSComponent.ts:125


uiService

uiService: UiService

The UI service instance.

Inherited from

UiViewProps.uiService

Defined in

src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiView.ts:15