Skip to main content

Interface: GtcWeightFuelPageProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WeightFuelPage/GtcWeightFuelPage.tsx:42

Component props for GtcWeightFuelPage.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

GtcViewProps.children


controlMode

controlMode: GtcControlMode

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:17

The GTC control mode to which the view belongs.

Inherited from

GtcViewProps.controlMode


destinationFacility

destinationFacility: Subscribable<undefined | AirportFacility>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WeightFuelPage/GtcWeightFuelPage.tsx:44

Whether a destination facility has been entered.


displayPaneIndex?

optional displayPaneIndex: ControllableDisplayPaneIndex

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:26

The index of the display pane associated with the view, or undefined if the view is not associated with any display pane.

Inherited from

GtcViewProps.displayPaneIndex


gpsHasFailed

gpsHasFailed: Subscribable<boolean>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WeightFuelPage/GtcWeightFuelPage.tsx:50

Whether GPS data is in a failed state.


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:14

The GtcService instance.

Inherited from

GtcViewProps.gtcService


isInOverlayStack?

optional isInOverlayStack: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcView.ts:20

Whether the view belongs to its GTC control mode's overlay view stack.

Inherited from

GtcViewProps.isInOverlayStack


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

GtcViewProps.ref


weightLimits

weightLimits: PerformanceWeightLimits

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/WeightFuelPage/GtcWeightFuelPage.tsx:47

The aircraft weight limits.