Preparing search index...
The search index is not available
Dockview
Dockview
dockview-core
IGridviewPanel
Interface IGridviewPanel<T>
interface
IGridviewPanel
<
T
>
{
api
:
T
;
height
:
number
;
id
:
string
;
maximumHeight
:
number
;
maximumWidth
:
number
;
minimumHeight
:
number
;
minimumWidth
:
number
;
params
:
undefined
|
Parameters
;
priority
:
undefined
|
Low
|
High
|
Normal
;
snap
:
boolean
;
width
:
number
;
focus
(
)
:
void
;
toJSON
(
)
:
object
;
update
(
event
)
:
void
;
}
Type Parameters
T
extends
GridviewPanelApi
=
GridviewPanelApi
Hierarchy (
view full
)
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
toJSON
update
Properties
Readonly
api
api
:
T
Readonly
height
height
:
number
Readonly
id
id
:
string
Readonly
maximum
Height
maximum
Height
:
number
Readonly
maximum
Width
maximum
Width
:
number
Readonly
minimum
Height
minimum
Height
:
number
Readonly
minimum
Width
minimum
Width
:
number
Readonly
params
params
:
undefined
|
Parameters
Readonly
priority
priority
:
undefined
|
Low
|
High
|
Normal
Readonly
snap
snap
:
boolean
Readonly
width
width
:
number
Methods
focus
focus
(
)
:
void
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
api
height
id
maximum
Height
maximum
Width
minimum
Height
minimum
Width
params
priority
snap
width
focus
toJSON
update
Dockview
dockview - v3.0.2
dockview-core - v3.0.2
dockview-vue - v3.0.2
Generated using
TypeDoc