Skip to main content

Interface: FuelCalculatorTabProps

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdEnginePage/FuelCalculator/FuelCalculatorTab.tsx:29

Component props for FuelCalculatorTab.

Extends

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

TabbedContentProps.children


gduSettingManager

gduSettingManager: UserSettingManager<GduUserSettingTypes>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdEnginePage/FuelCalculator/FuelCalculatorTab.tsx:34

A manager for GDU user settings.


isEnabled?

optional isEnabled: boolean | Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/TabbedContainer/TabbedContent.ts:14

Whether the tab is enabled. Defaults to true.

Inherited from

TabbedContentProps.isEnabled


isVisible?

optional isVisible: boolean | Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/TabbedContainer/TabbedContent.ts:17

Whether the tab is visible in the tab list. Defaults to true.

Inherited from

TabbedContentProps.isVisible


presetFuel1?

optional presetFuel1: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdEnginePage/FuelCalculator/FuelCalculatorTab.tsx:43

The first preset fuel amount, in gallons. If not defined, then the button for setting the fuel remaining to the first preset fuel amount will not be visible.


presetFuel2?

optional presetFuel2: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdEnginePage/FuelCalculator/FuelCalculatorTab.tsx:49

The second preset fuel amount, in gallons. If not defined, then the button for setting the fuel remaining to the second preset fuel amount will not be visible.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

TabbedContentProps.ref


tabLabel

tabLabel: string | Subscribable<string> | () => VNode

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/TabbedContainer/TabbedContent.ts:11

The label to display for the tab.

Inherited from

TabbedContentProps.tabLabel


uiService

uiService: UiService

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdEnginePage/FuelCalculator/FuelCalculatorTab.tsx:31

The UI service.


unitsConfig

unitsConfig: UnitsConfig

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/MainView/Pages/MfdEnginePage/FuelCalculator/FuelCalculatorTab.tsx:37

A configuration object defining options for measurement units.