Interface: TabbedContentProps
Component props for TabbedContent.
Hierarchy
ComponentProps
↳
TabbedContentProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
src/sdk/components/FSComponent.ts:122
isEnabled
• Optional
isEnabled: boolean
| Subscribable
<boolean
>
Whether the tab is enabled. Defaults to true
.
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
.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/TabbedContent.ts:17
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
src/sdk/components/FSComponent.ts:125
tabLabel
• tabLabel: string
| Subscribable
<string
> | () => VNode
The label to display for the tab.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/Components/TabbedContainer/TabbedContent.ts:11