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