Preparing search index...
The search index is not available
Dockview
Dockview
dockview-core
IDockviewPanel
Interface IDockviewPanel
interface
IDockviewPanel
{
api
:
DockviewPanelApi
;
group
:
DockviewGroupPanel
;
id
:
string
;
maximumHeight
?:
number
;
maximumWidth
?:
number
;
minimumHeight
?:
number
;
minimumWidth
?:
number
;
params
:
undefined
|
Parameters
;
title
:
undefined
|
string
;
view
:
IDockviewPanelModel
;
dispose
(
)
:
void
;
focus
(
)
:
void
;
init
(
params
)
:
void
;
layout
(
width
,
height
)
:
void
;
runEvents
(
)
:
void
;
setTitle
(
title
)
:
void
;
toJSON
(
)
:
GroupviewPanelState
;
update
(
event
)
:
void
;
updateFromStateModel
(
state
)
:
void
;
updateParentGroup
(
group
,
options
?
)
:
void
;
}
Hierarchy (
view full
)
DockviewIDisposable
IPanel
IDockviewPanel
Implemented by
DockviewPanel
Index
Properties
api
group
id
maximum
Height?
maximum
Width?
minimum
Height?
minimum
Width?
params
title
view
Methods
dispose
focus
init
layout
run
Events
set
Title
toJSON
update
update
From
State
Model
update
Parent
Group
Properties
Readonly
api
api
:
DockviewPanelApi
Readonly
group
group
:
DockviewGroupPanel
Readonly
id
id
:
string
Optional
Readonly
maximum
Height
maximum
Height
?:
number
Optional
Readonly
maximum
Width
maximum
Width
?:
number
Optional
Readonly
minimum
Height
minimum
Height
?:
number
Optional
Readonly
minimum
Width
minimum
Width
?:
number
Readonly
params
params
:
undefined
|
Parameters
Readonly
title
title
:
undefined
|
string
Readonly
view
view
:
IDockviewPanelModel
Methods
dispose
dispose
(
)
:
void
Returns
void
focus
focus
(
)
:
void
Returns
void
init
init
(
params
)
:
void
Parameters
params
:
IGroupPanelInitParameters
Returns
void
layout
layout
(
width
,
height
)
:
void
Parameters
width
:
number
height
:
number
Returns
void
run
Events
run
Events
(
)
:
void
Returns
void
set
Title
set
Title
(
title
)
:
void
Parameters
title
:
string
Returns
void
toJSON
toJSON
(
)
:
GroupviewPanelState
Returns
GroupviewPanelState
update
update
(
event
)
:
void
Parameters
event
:
PanelUpdateEvent
<
Parameters
>
Returns
void
update
From
State
Model
update
From
State
Model
(
state
)
:
void
Parameters
state
:
GroupviewPanelState
Returns
void
update
Parent
Group
update
Parent
Group
(
group
,
options
?
)
:
void
Parameters
group
:
DockviewGroupPanel
Optional
options
:
{
skipSetActive
?:
boolean
;
}
Optional
skip
Set
Active
?:
boolean
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
api
group
id
maximum
Height
maximum
Width
minimum
Height
minimum
Width
params
title
view
dispose
focus
init
layout
run
Events
set
Title
toJSON
update
update
From
State
Model
update
Parent
Group
Dockview
Loading...