Dockview
Preparing search index...
dockview-core
SerializedDockview
Interface SerializedDockview
interface
SerializedDockview
{
activeGroup
?:
string
;
edgeGroups
?:
SerializedEdgeGroups
;
floatingGroups
?:
SerializedFloatingGroup
[]
;
grid
:
{
height
:
number
;
orientation
:
Orientation
;
root
:
SerializedGridObject
<
GroupPanelViewState
>
;
width
:
number
;
}
;
panels
:
Record
<
string
,
GroupviewPanelState
>
;
popoutGroups
?:
SerializedPopoutGroup
[]
;
}
Index
Properties
active
Group?
edge
Groups?
floating
Groups?
grid
panels
popout
Groups?
Properties
Optional
active
Group
activeGroup
?:
string
Optional
edge
Groups
edgeGroups
?:
SerializedEdgeGroups
Optional
floating
Groups
floatingGroups
?:
SerializedFloatingGroup
[]
grid
grid
:
{
height
:
number
;
orientation
:
Orientation
;
root
:
SerializedGridObject
<
GroupPanelViewState
>
;
width
:
number
;
}
panels
panels
:
Record
<
string
,
GroupviewPanelState
>
Optional
popout
Groups
popoutGroups
?:
SerializedPopoutGroup
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Group
edge
Groups
floating
Groups
grid
panels
popout
Groups
Dockview
Loading...