Preparing search index...
The search index is not available
Dockview
Dockview
dockview-core
SerializedDockview
Interface SerializedDockview
interface
SerializedDockview
{
activeGroup
?:
string
;
floatingGroups
?:
SerializedFloatingGroup
[]
;
grid
:
{
height
:
number
;
orientation
:
Orientation
;
root
:
SerializedGridObject
<
GroupPanelViewState
>
;
width
:
number
;
}
;
panels
:
Record
<
string
,
GroupviewPanelState
>
;
popoutGroups
?:
SerializedPopoutGroup
[]
;
}
Index
Properties
active
Group?
floating
Groups?
grid
panels
popout
Groups?
Properties
Optional
active
Group
active
Group
?:
string
Optional
floating
Groups
floating
Groups
?:
SerializedFloatingGroup
[]
grid
grid
:
{
height
:
number
;
orientation
:
Orientation
;
root
:
SerializedGridObject
<
GroupPanelViewState
>
;
width
:
number
;
}
Type declaration
height
:
number
orientation
:
Orientation
root
:
SerializedGridObject
<
GroupPanelViewState
>
width
:
number
panels
panels
:
Record
<
string
,
GroupviewPanelState
>
Optional
popout
Groups
popout
Groups
?:
SerializedPopoutGroup
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
active
Group
floating
Groups
grid
panels
popout
Groups
Dockview
dockview - v3.0.2
dockview-core - v3.0.2
dockview-vue - v3.0.2
Generated using
TypeDoc