Skip to main content

Interface: TabbedContentProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Tabs/TabbedContent.tsx:4

Properties for TabbedContent

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


disabled?

optional disabled: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Tabs/TabbedContent.tsx:12

Whether the tab is permanently disabled. Defaults to false.


label

label: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Tabs/TabbedContent.tsx:9

The text to be displayed in the tab


onDestroy()?

optional onDestroy: () => void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Tabs/TabbedContent.tsx:21

Optional lifecycle method called when the tab is destroyed.

Returns

void


onPause()?

optional onPause: () => void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Tabs/TabbedContent.tsx:15

Optional lifecycle method called when the active tab is unselected

Returns

void


onResume()?

optional onResume: () => void

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Tabs/TabbedContent.tsx:18

Optional lifecycle method called when the active tab is selected

Returns

void


position

position: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Tabs/TabbedContent.tsx:6

The position of the tab


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref