Dockview
Preparing search index...
dockview-core
IContentRenderer
Interface IContentRenderer
interface
IContentRenderer
{
dispose
?:
()
=>
void
;
element
:
HTMLElement
;
focus
?:
()
=>
void
;
layout
?:
(
width
:
number
,
height
:
number
)
=>
void
;
toJSON
?:
()
=>
object
;
update
?:
(
event
:
PanelUpdateEvent
<
Parameters
>
)
=>
void
;
init
(
parameters
:
GroupPanelPartInitParameters
)
:
void
;
onHide
?
()
:
void
;
onShow
?
()
:
void
;
}
Hierarchy
Optional
<
Omit
<
IPanel
,
"id"
>
,
RendererMethodOptionalList
>
IContentRenderer
Index
Properties
dispose?
element
focus?
layout?
to
JSON?
update?
Methods
init
on
Hide?
on
Show?
Properties
Optional
dispose
dispose
?:
()
=>
void
Readonly
element
element
:
HTMLElement
Optional
focus
focus
?:
()
=>
void
Optional
layout
layout
?:
(
width
:
number
,
height
:
number
)
=>
void
Optional
to
JSON
toJSON
?:
()
=>
object
Optional
update
update
?:
(
event
:
PanelUpdateEvent
<
Parameters
>
)
=>
void
Methods
init
init
(
parameters
:
GroupPanelPartInitParameters
)
:
void
Parameters
parameters
:
GroupPanelPartInitParameters
Returns
void
Optional
on
Hide
onHide
?
()
:
void
Returns
void
Optional
on
Show
onShow
?
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dispose
element
focus
layout
to
JSON
update
Methods
init
on
Hide
on
Show
Dockview
Loading...