geoview-core
Preparing search index...
TypeTabsProps
Interface TypeTabsProps
Tabs ui properties
interface
TypeTabsProps
{
activeTrap
?:
boolean
;
appHeight
:
number
;
boxProps
?:
BoxProps
;
containerType
?:
TypeContainerBox
;
hiddenTabs
:
string
[]
;
isCollapsed
?:
boolean
;
isFullScreen
:
boolean
;
onCloseKeyboard
?:
()
=>
void
;
onOpenKeyboard
?:
(
uiFocus
:
FocusItemProps
)
=>
void
;
onSelectedTabChanged
?:
(
tab
:
TypeTabs
)
=>
void
;
onToggleCollapse
?:
()
=>
void
;
rightButtons
?:
unknown
;
selectedTab
?:
number
;
shellContainer
?:
HTMLElement
;
sideAppSize
:
Size
;
TabContentVisibilty
?:
string
;
tabProps
?:
TabProps
;
tabs
:
TypeTabs
[]
;
tabsProps
?:
TabsProps
;
}
Index
Properties
active
Trap?
app
Height
box
Props?
container
Type?
hidden
Tabs
is
Collapsed?
is
Full
Screen
on
Close
Keyboard?
on
Open
Keyboard?
on
Selected
Tab
Changed?
on
Toggle
Collapse?
right
Buttons?
selected
Tab?
shell
Container?
side
App
Size
Tab
Content
Visibilty?
tab
Props?
tabs
tabs
Props?
Properties
Optional
active
Trap
activeTrap
?:
boolean
app
Height
appHeight
:
number
Optional
box
Props
boxProps
?:
BoxProps
Optional
container
Type
containerType
?:
TypeContainerBox
hidden
Tabs
hiddenTabs
:
string
[]
Optional
is
Collapsed
isCollapsed
?:
boolean
is
Full
Screen
isFullScreen
:
boolean
Optional
on
Close
Keyboard
onCloseKeyboard
?:
()
=>
void
Optional
on
Open
Keyboard
onOpenKeyboard
?:
(
uiFocus
:
FocusItemProps
)
=>
void
Optional
on
Selected
Tab
Changed
onSelectedTabChanged
?:
(
tab
:
TypeTabs
)
=>
void
Optional
on
Toggle
Collapse
onToggleCollapse
?:
()
=>
void
Optional
right
Buttons
rightButtons
?:
unknown
Optional
selected
Tab
selectedTab
?:
number
Optional
shell
Container
shellContainer
?:
HTMLElement
side
App
Size
sideAppSize
:
Size
Optional
Tab
Content
Visibilty
TabContentVisibilty
?:
string
Optional
tab
Props
tabProps
?:
TabProps
tabs
tabs
:
TypeTabs
[]
Optional
tabs
Props
tabsProps
?:
TabsProps
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Trap
app
Height
box
Props
container
Type
hidden
Tabs
is
Collapsed
is
Full
Screen
on
Close
Keyboard
on
Open
Keyboard
on
Selected
Tab
Changed
on
Toggle
Collapse
right
Buttons
selected
Tab
shell
Container
side
App
Size
Tab
Content
Visibilty
tab
Props
tabs
tabs
Props
geoview-core
Loading...
Tabs ui properties