Interface: FuelCalculatorTabProps
Component props for FuelCalculatorTab.
Hierarchy
↳
FuelCalculatorTabProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:122
gduSettingManager
• gduSettingManager: UserSettingManager
<GduUserSettingTypes
>
A manager for GDU user settings.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdEnginePage/FuelCalculator/FuelCalculatorTab.tsx:33
isEnabled
• Optional
isEnabled: boolean
| Subscribable
<boolean
>
Whether the tab is enabled. Defaults to true
.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/TabbedContent.ts:14
isVisible
• Optional
isVisible: boolean
| Subscribable
<boolean
>
Whether the tab is visible in the tab list. Defaults to true
.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/TabbedContent.ts:17
presetFuel1
• Optional
presetFuel1: number
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.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdEnginePage/FuelCalculator/FuelCalculatorTab.tsx:39
presetFuel2
• Optional
presetFuel2: number
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.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdEnginePage/FuelCalculator/FuelCalculatorTab.tsx:45
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
Defined in
src/sdk/components/FSComponent.ts:125
tabLabel
• tabLabel: string
| Subscribable
<string
> | () => VNode
The label to display for the tab.
Inherited from
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/TabbedContent.ts:11
uiService
• uiService: UiService
The UI service.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/MFD/MainView/Pages/MfdEnginePage/FuelCalculator/FuelCalculatorTab.tsx:30