Interface: TabbedContentProps
Properties for TabbedContent
Hierarchy
ComponentProps
↳
TabbedContentProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
disabled
• Optional
disabled: boolean
Whether the tab is permanently disabled. Defaults to false
.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Tabs/TabbedContent.tsx:12
label
• label: string
The text to be displayed in the tab
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Tabs/TabbedContent.tsx:9
onDestroy
• Optional
onDestroy: () => void
Optional lifecycle method called when the tab is destroyed.
Type declaration
▸ (): void
Optional lifecycle method called when the tab is destroyed.
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Tabs/TabbedContent.tsx:21
onPause
• Optional
onPause: () => void
Optional lifecycle method called when the active tab is unselected
Type declaration
▸ (): void
Optional lifecycle method called when the active tab is unselected
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Tabs/TabbedContent.tsx:15
onResume
• Optional
onResume: () => void
Optional lifecycle method called when the active tab is selected
Type declaration
▸ (): void
Optional lifecycle method called when the active tab is selected
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Tabs/TabbedContent.tsx:18
position
• position: number
The position of the tab
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Tabs/TabbedContent.tsx:6
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125