Dockview
Preparing search index...
dockview-core
IGridviewPanel
Interface IGridviewPanel<T>
interface
IGridviewPanel
<
T
extends
GridviewPanelApi
=
GridviewPanelApi
>
{
api
:
T
;
height
:
number
;
id
:
string
;
maximumHeight
:
number
;
maximumWidth
:
number
;
minimumHeight
:
number
;
minimumWidth
:
number
;
params
:
Parameters
|
undefined
;
priority
:
LayoutPriority
|
undefined
;
snap
:
boolean
;
width
:
number
;
focus
()
:
void
;
toJSON
()
:
object
;
update
(
event
:
PanelUpdateEvent
)
:
void
;
}
Type Parameters
T
extends
GridviewPanelApi
=
GridviewPanelApi
Hierarchy (
View Summary
)
BasePanelViewExported
<
T
>
IGridviewPanel
IDockviewGroupPanel
Implemented by
GridviewPanel
Index
Properties
api
height
id
maximum
Height
maximum
Width
minimum
Height
minimum
Width
params
priority
snap
width
Methods
focus
to
JSON
update
Properties
Readonly
api
api
:
T
Readonly
height
height
:
number
Readonly
id
id
:
string
Readonly
maximum
Height
maximumHeight
:
number
Readonly
maximum
Width
maximumWidth
:
number
Readonly
minimum
Height
minimumHeight
:
number
Readonly
minimum
Width
minimumWidth
:
number
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
Height
maximum
Width
minimum
Height
minimum
Width
params
priority
snap
width
Methods
focus
to
JSON
update
Dockview
Loading...