Nested instances
Nested instances
You can render multiple independent Dockview instances on one page, and even nest a Dockview instance inside a panel of another, to build compound layouts.
If you wish to interact with the drop event from one Dockview instance in another Dockview instance you can implement the api.onUnhandledDragOver and onDidDrop props on DockviewReact.
See also
- Core concepts: how panels, groups, and the API fit together
- Events:
onUnhandledDragOverandonDidDropfor bridging drops between instances