mirror of
https://github.com/mathuo/dockview
synced 2025-08-24 02:56:19 +00:00
Merge pull request #925 from mathuo/923-setvisible-is-not-working
getGroup(...): IDockviewGroupPanel
This commit is contained in:
commit
b50c9506c6
@ -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