mirror of
https://github.com/mathuo/dockview
synced 2025-05-02 09:38:26 +00:00
feat: expose removepanel on dockviewapi
This commit is contained in:
parent
2dbfda25e9
commit
f32cb06056
@ -435,6 +435,10 @@ export class DockviewApi implements CommonApi<SerializedDockview> {
|
||||
return this.component.addPanel(options);
|
||||
}
|
||||
|
||||
removePanel(panel: IDockviewPanel): void {
|
||||
this.component.removePanel(panel);
|
||||
}
|
||||
|
||||
addGroup(options?: AddGroupOptions): DockviewGroupPanel {
|
||||
return this.component.addGroup(options);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user