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