Dockview
Preparing search index...
dockview-core
AddGridviewComponentOptions
Interface AddGridviewComponentOptions<T>
interface
AddGridviewComponentOptions
<
T
extends
object
=
Parameters
>
{
component
:
string
;
id
:
string
;
location
?:
number
[]
;
maximumHeight
?:
number
;
maximumWidth
?:
number
;
minimumHeight
?:
number
;
minimumWidth
?:
number
;
params
?:
T
;
position
?:
{
direction
:
Direction
;
referencePanel
:
string
}
;
priority
?:
LayoutPriority
;
size
?:
number
;
snap
?:
boolean
;
}
Type Parameters
T
extends
object
=
Parameters
Hierarchy (
View Summary
)
BaseComponentOptions
<
T
>
AddGridviewComponentOptions
Index
Properties
component
id
location?
maximum
Height?
maximum
Width?
minimum
Height?
minimum
Width?
params?
position?
priority?
size?
snap?
Properties
component
component
:
string
id
id
:
string
Optional
location
location
?:
number
[]
Optional
maximum
Height
maximumHeight
?:
number
Optional
maximum
Width
maximumWidth
?:
number
Optional
minimum
Height
minimumHeight
?:
number
Optional
minimum
Width
minimumWidth
?:
number
Optional
params
params
?:
T
Optional
position
position
?:
{
direction
:
Direction
;
referencePanel
:
string
}
Optional
priority
priority
?:
LayoutPriority
Optional
size
size
?:
number
Optional
snap
snap
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
id
location
maximum
Height
maximum
Width
minimum
Height
minimum
Width
params
position
priority
size
snap
Dockview
Loading...