Interface: TabbedContentProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/TabbedContainer/TabbedContent.ts:9
Component props for TabbedContent.
Extends
Extended by
AirportChartsTabProps
AirportFreqTabProps
AirportRunwayTabProps
AirportWeatherTabProps
FuelCalculatorTabProps
DirectToNearestTabProps
DirectToWaypointTabProps
GenericTabbedContentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
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
.
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
.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
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.