Interface: TabbedContainerProps
Properties for TabbedContainer
Hierarchy
ComponentProps
↳
TabbedContainerProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
class
• Optional
class: string
| SubscribableSet
<string
>
CSS class(es) to apply to the container's root element.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Tabs/TabbedContainer.tsx:35
configuration
• configuration: TabConfiguration
The configuration of the tabs.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Tabs/TabbedContainer.tsx:29
initiallySelectedTabPosition
• Optional
initiallySelectedTabPosition: number
Optionally specify the tab position to initially open to. Defaults to 1.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Tabs/TabbedContainer.tsx:32
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125