Documentation - v19.2.0-dev
Preparing search index...
@stereograph/teiaviewer-viewport-react
TabViewProps
Interface TabViewProps
interface
TabViewProps
{
defaultTabIndex
?:
number
;
overrideTabContent
?:
FunctionComponent
<
{}
>
;
overrideTitleContent
?:
FunctionComponent
<
{}
>
;
sx
?:
{
content
?:
SxProps
;
root
?:
SxProps
}
;
tabs
?:
TabViewItem
[]
;
}
Index
Properties
default
Tab
Index?
override
Tab
Content?
override
Title
Content?
sx?
tabs?
Properties
Optional
default
Tab
Index
defaultTabIndex
?:
number
Optional
override
Tab
Content
overrideTabContent
?:
FunctionComponent
<
{}
>
If given, replaces the content of any selected tab by the given content.
Returns
Optional
override
Title
Content
overrideTitleContent
?:
FunctionComponent
<
{}
>
Optional
sx
sx
?:
{
content
?:
SxProps
;
root
?:
SxProps
}
Optional
tabs
tabs
?:
TabViewItem
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
default
Tab
Index
override
Tab
Content
override
Title
Content
sx
tabs
Documentation - v19.2.0-dev
Loading...
If given, replaces the content of any selected tab by the given content.