Skip to main content

Interface: TabContentProps

Defined in: workingtitle-instruments-epic2/shared/Components/Tabs/TabContent.tsx:6

The properties for the TabContent component.

Extends

Extended by

Properties

bus

readonly bus: EventBus

Defined in: workingtitle-instruments-epic2/shared/Components/Tabs/TabContent.tsx:8

An instance of the event bus.


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


inputFocusManager?

readonly optional inputFocusManager: InputFocusManager

Defined in: workingtitle-instruments-epic2/shared/Components/Tabs/TabContent.tsx:11

An instance of the InputFocusManager.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref