Skip to main content

Interface: PfdFlightPlanInsetProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInset.tsx:29

Component props for PfdFlightPlanInset.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

PfdInsetProps.children


flightPlanningConfig

flightPlanningConfig: FmsFlightPlanningConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInset.tsx:37

A configuration object defining options for flight planning.


fms

fms: G3XFms

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInset.tsx:31

The FMS.


fplSourceDataProvider

fplSourceDataProvider: G3XFplSourceDataProvider

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/Insets/PfdFlightPlanInset/PfdFlightPlanInset.tsx:34

A provider of flight plan source data.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

PfdInsetProps.ref


side

side: "left" | "right"

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInset.ts:11

The side to which the inset belongs.

Inherited from

PfdInsetProps.side


uiService

uiService: UiService

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInset.ts:14

The UI service instance.

Inherited from

PfdInsetProps.uiService