Dockview
Preparing search index...
dockview-core
IDockviewGroupPanel
Interface IDockviewGroupPanel
interface
IDockviewGroupPanel
{
activePanel
:
IDockviewPanel
|
undefined
;
api
:
DockviewGroupPanelApi
;
height
:
number
;
id
:
string
;
locked
:
DockviewGroupPanelLocked
;
maximumHeight
:
number
;
maximumWidth
:
number
;
minimumHeight
:
number
;
minimumWidth
:
number
;
model
:
IDockviewGroupPanelModel
;
panels
:
IDockviewPanel
[]
;
params
:
Parameters
|
undefined
;
priority
:
LayoutPriority
|
undefined
;
size
:
number
;
snap
:
boolean
;
width
:
number
;
focus
()
:
void
;
toJSON
()
:
object
;
update
(
event
:
PanelUpdateEvent
)
:
void
;
}
Hierarchy (
View Summary
)
IGridviewPanel
<
DockviewGroupPanelApi
>
IDockviewGroupPanel
Implemented by
DockviewGroupPanel
Index
Properties
active
Panel
api
height
id
locked
maximum
Height
maximum
Width
minimum
Height
minimum
Width
model
panels
params
priority
size
snap
width
Methods
focus
to
JSON
update
Properties
Readonly
active
Panel
activePanel
:
IDockviewPanel
|
undefined
Readonly
api
api
:
DockviewGroupPanelApi
Readonly
height
height
:
number
Readonly
id
id
:
string
locked
locked
:
DockviewGroupPanelLocked
Readonly
maximum
Height
maximumHeight
:
number
Readonly
maximum
Width
maximumWidth
:
number
Readonly
minimum
Height
minimumHeight
:
number
Readonly
minimum
Width
minimumWidth
:
number
model
model
:
IDockviewGroupPanelModel
Readonly
panels
panels
:
IDockviewPanel
[]
Readonly
params
params
:
Parameters
|
undefined
Readonly
priority
priority
:
LayoutPriority
|
undefined
Readonly
size
size
:
number
Readonly
snap
snap
:
boolean
Readonly
width
width
:
number
Methods
focus
focus
()
:
void
Returns
void
to
JSON
toJSON
()
:
object
Returns
object
update
update
(
event
:
PanelUpdateEvent
)
:
void
Parameters
event
:
PanelUpdateEvent
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Panel
api
height
id
locked
maximum
Height
maximum
Width
minimum
Height
minimum
Width
model
panels
params
priority
size
snap
width
Methods
focus
to
JSON
update
Dockview
Loading...