Preparing search index...
The search index is not available
Dockview
Dockview
dockview-core
GroupviewPanelState
Interface GroupviewPanelState
interface
GroupviewPanelState
{
contentComponent
?:
string
;
id
:
string
;
maximumHeight
?:
number
;
maximumWidth
?:
number
;
minimumHeight
?:
number
;
minimumWidth
?:
number
;
params
?:
{
[
key
:
string
]
:
any
;
}
;
renderer
?:
DockviewPanelRenderer
;
tabComponent
?:
string
;
title
?:
string
;
}
Index
Properties
content
Component?
id
maximum
Height?
maximum
Width?
minimum
Height?
minimum
Width?
params?
renderer?
tab
Component?
title?
Properties
Optional
content
Component
content
Component
?:
string
id
id
:
string
Optional
maximum
Height
maximum
Height
?:
number
Optional
maximum
Width
maximum
Width
?:
number
Optional
minimum
Height
minimum
Height
?:
number
Optional
minimum
Width
minimum
Width
?:
number
Optional
params
params
?:
{
[
key
:
string
]
:
any
;
}
Type declaration
[
key
:
string
]:
any
Optional
renderer
renderer
?:
DockviewPanelRenderer
Optional
tab
Component
tab
Component
?:
string
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
content
Component
id
maximum
Height
maximum
Width
minimum
Height
minimum
Width
params
renderer
tab
Component
title
Dockview
Loading...