mirror of
https://github.com/mathuo/dockview
synced 2025-08-01 23:06:05 +00:00
getGroup(...): IDockviewGroupPanel
This commit is contained in:
parent
1e63da807b
commit
fe347c03d0
@ -840,7 +840,7 @@ export class DockviewApi implements CommonApi<SerializedDockview> {
|
||||
/**
|
||||
* Get a group object given a `string` id. May return undefined.
|
||||
*/
|
||||
getGroup(id: string): DockviewGroupPanel | undefined {
|
||||
getGroup(id: string): IDockviewGroupPanel | undefined {
|
||||
return this.component.getPanel(id);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user