Dockview
Preparing search index...
dockview-core
IPaneviewPanel
Interface IPaneviewPanel
interface
IPaneviewPanel
{
api
:
PaneviewPanelApiImpl
;
headerVisible
:
boolean
;
height
:
number
;
id
:
string
;
maximumBodySize
:
number
;
maximumSize
:
number
;
minimumBodySize
:
number
;
minimumSize
:
number
;
params
:
Parameters
|
undefined
;
width
:
number
;
focus
()
:
void
;
isExpanded
()
:
boolean
;
setExpanded
(
isExpanded
:
boolean
)
:
void
;
toJSON
()
:
object
;
update
(
event
:
PanelUpdateEvent
)
:
void
;
}
Hierarchy
BasePanelViewExported
<
PaneviewPanelApiImpl
>
IPaneviewPanel
Implemented by
PaneviewPanel
Index
Properties
api
header
Visible
height
id
maximum
Body
Size
maximum
Size
minimum
Body
Size
minimum
Size
params
width
Methods
focus
is
Expanded
set
Expanded
to
JSON
update
Properties
Readonly
api
api
:
PaneviewPanelApiImpl
header
Visible
headerVisible
:
boolean
Readonly
height
height
:
number
Readonly
id
id
:
string
Readonly
maximum
Body
Size
maximumBodySize
:
number
Readonly
maximum
Size
maximumSize
:
number
Readonly
minimum
Body
Size
minimumBodySize
:
number
Readonly
minimum
Size
minimumSize
:
number
Readonly
params
params
:
Parameters
|
undefined
Readonly
width
width
:
number
Methods
focus
focus
()
:
void
Returns
void
is
Expanded
isExpanded
()
:
boolean
Returns
boolean
set
Expanded
setExpanded
(
isExpanded
:
boolean
)
:
void
Parameters
isExpanded
:
boolean
Returns
void
to
JSON
toJSON
()
:
object
Returns
object
update
update
(
event
:
PanelUpdateEvent
)
:
void
Parameters
event
:
PanelUpdateEvent
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
api
header
Visible
height
id
maximum
Body
Size
maximum
Size
minimum
Body
Size
minimum
Size
params
width
Methods
focus
is
Expanded
set
Expanded
to
JSON
update
Dockview
Loading...