mirror of
https://github.com/mathuo/dockview
synced 2025-09-21 16:48:07 +00:00
chore: generate docs
This commit is contained in:
parent
1030bdb778
commit
21d94b654b
@ -25769,7 +25769,15 @@
|
|||||||
"type": "intrinsic",
|
"type": "intrinsic",
|
||||||
"value": "string"
|
"value": "string"
|
||||||
},
|
},
|
||||||
"flags": {}
|
"flags": {},
|
||||||
|
"comment": {
|
||||||
|
"summary": [
|
||||||
|
{
|
||||||
|
"kind": "text",
|
||||||
|
"text": "The class name to apply to the theme containing the CSS variables settings."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dndOverlayMounting",
|
"name": "dndOverlayMounting",
|
||||||
@ -25790,6 +25798,59 @@
|
|||||||
},
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"isOptional": true
|
"isOptional": true
|
||||||
|
},
|
||||||
|
"comment": {
|
||||||
|
"summary": [
|
||||||
|
{
|
||||||
|
"kind": "text",
|
||||||
|
"text": "The mouting position of the overlay shown when dragging a panel. "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"kind": "code",
|
||||||
|
"text": "`absolute`"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"kind": "text",
|
||||||
|
"text": "\nwill mount the overlay to root of the dockview component whereas "
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"kind": "code",
|
||||||
|
"text": "`relative`"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"kind": "text",
|
||||||
|
"text": " will mount the overlay to the group container."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "dndPanelOverlay",
|
||||||
|
"code": "'content' | 'group'",
|
||||||
|
"kind": "property",
|
||||||
|
"type": {
|
||||||
|
"type": "or",
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"type": "literal",
|
||||||
|
"value": "content"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "literal",
|
||||||
|
"value": "group"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"flags": {
|
||||||
|
"isOptional": true
|
||||||
|
},
|
||||||
|
"comment": {
|
||||||
|
"summary": [
|
||||||
|
{
|
||||||
|
"kind": "text",
|
||||||
|
"text": "When dragging a panel, the overlay can either encompass the panel contents or the entire group including the tab header space."
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -25802,18 +25863,14 @@
|
|||||||
},
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"isOptional": true
|
"isOptional": true
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
"comment": {
|
||||||
|
"summary": [
|
||||||
{
|
{
|
||||||
"name": "includeHeaderWhenHoverOverContent",
|
"kind": "text",
|
||||||
"code": "boolean",
|
"text": "The gap between the groups"
|
||||||
"kind": "property",
|
}
|
||||||
"type": {
|
]
|
||||||
"type": "intrinsic",
|
|
||||||
"value": "boolean"
|
|
||||||
},
|
|
||||||
"flags": {
|
|
||||||
"isOptional": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -25824,7 +25881,15 @@
|
|||||||
"type": "intrinsic",
|
"type": "intrinsic",
|
||||||
"value": "string"
|
"value": "string"
|
||||||
},
|
},
|
||||||
"flags": {}
|
"flags": {},
|
||||||
|
"comment": {
|
||||||
|
"summary": [
|
||||||
|
{
|
||||||
|
"kind": "text",
|
||||||
|
"text": "The name of the theme"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"extends": []
|
"extends": []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user