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