Preparing search index...
The search index is not available
Dockview
Dockview
dockview-core
AddComponentOptions
Interface AddComponentOptions<T>
interface
AddComponentOptions
<
T
>
{
component
:
string
;
id
:
string
;
location
?:
number
[]
;
maximumHeight
?:
number
;
maximumWidth
?:
number
;
minimumHeight
?:
number
;
minimumWidth
?:
number
;
params
?:
T
;
position
?:
{
direction
:
Direction
;
referencePanel
:
string
;
}
;
priority
?:
Low
|
High
|
Normal
;
size
?:
number
;
snap
?:
boolean
;
}
Type Parameters
T
extends
object
=
Parameters
Hierarchy (
view full
)
BaseComponentOptions
<
T
>
AddComponentOptions
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
maximum
Height
?:
number
Optional
maximum
Width
maximum
Width
?:
number
Optional
minimum
Height
minimum
Height
?:
number
Optional
minimum
Width
minimum
Width
?:
number
Optional
params
params
?:
T
Optional
position
position
?:
{
direction
:
Direction
;
referencePanel
:
string
;
}
Type declaration
direction
:
Direction
reference
Panel
:
string
Optional
priority
priority
?:
Low
|
High
|
Normal
Optional
size
size
?:
number
Optional
snap
snap
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
component
id
location
maximum
Height
maximum
Width
minimum
Height
minimum
Width
params
position
priority
size
snap
Dockview
dockview - v3.0.2
dockview-core - v3.0.2
dockview-vue - v3.0.2
Generated using
TypeDoc