Preparing search index...
The search index is not available
Dockview
Dockview
dockview-core
IPanel
Interface IPanel
interface
IPanel
{
id
:
string
;
dispose
(
)
:
void
;
focus
(
)
:
void
;
init
(
params
)
:
void
;
layout
(
width
,
height
)
:
void
;
toJSON
(
)
:
object
;
update
(
event
)
:
void
;
}
Hierarchy (
view full
)
DockviewIDisposable
IPanel
IGridPanelView
IDockviewGroupPanelModel
IDockviewPanel
Index
Properties
id
Methods
dispose
focus
init
layout
toJSON
update
Properties
Readonly
id
id
:
string
Methods
dispose
dispose
(
)
:
void
Returns
void
focus
focus
(
)
:
void
Returns
void
init
init
(
params
)
:
void
Parameters
params
:
PanelInitParameters
Returns
void
layout
layout
(
width
,
height
)
:
void
Parameters
width
:
number
height
:
number
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
id
dispose
focus
init
layout
toJSON
update
Dockview
dockview - v3.0.2
dockview-core - v3.0.2
dockview-vue - v3.0.2
Generated using
TypeDoc