Dockview
Preparing search index...
dockview-core
ISplitviewPanel
Interface ISplitviewPanel
interface
ISplitviewPanel
{
api
:
SplitviewPanelApiImpl
;
height
:
number
;
id
:
string
;
maximumSize
:
number
;
minimumSize
:
number
;
orientation
:
Orientation
;
params
:
Parameters
|
undefined
;
priority
:
LayoutPriority
|
undefined
;
snap
:
boolean
;
width
:
number
;
focus
()
:
void
;
toJSON
()
:
object
;
update
(
event
:
PanelUpdateEvent
)
:
void
;
}
Hierarchy
BasePanelViewExported
<
SplitviewPanelApiImpl
>
ISplitviewPanel
Implemented by
SplitviewPanel
Index
Properties
api
height
id
maximum
Size
minimum
Size
orientation
params
priority
snap
width
Methods
focus
to
JSON
update
Properties
Readonly
api
api
:
SplitviewPanelApiImpl
Readonly
height
height
:
number
Readonly
id
id
:
string
Readonly
maximum
Size
maximumSize
:
number
Readonly
minimum
Size
minimumSize
:
number
Readonly
orientation
orientation
:
Orientation
Readonly
params
params
:
Parameters
|
undefined
Readonly
priority
priority
:
LayoutPriority
|
undefined
Readonly
snap
snap
:
boolean
Readonly
width
width
:
number
Methods
focus
focus
()
:
void
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
height
id
maximum
Size
minimum
Size
orientation
params
priority
snap
width
Methods
focus
to
JSON
update
Dockview
Loading...