mirror of
https://github.com/mathuo/dockview
synced 2025-08-06 01:06:02 +00:00
feat: rename public api method to more suitable names
This commit is contained in:
parent
6d58e48470
commit
f24e33f224
@ -245,15 +245,15 @@ export class GridviewApi implements CommonApi<SerializedGridview> {
|
||||
return this.component.onDidLayoutChange;
|
||||
}
|
||||
|
||||
get onDidAddGroup(): Event<IGridviewPanel> {
|
||||
get onDidAddPanel(): Event<IGridviewPanel> {
|
||||
return this.component.onDidAddGroup;
|
||||
}
|
||||
|
||||
get onDidRemoveGroup(): Event<IGridviewPanel> {
|
||||
get onDidRemovePanel(): Event<IGridviewPanel> {
|
||||
return this.component.onDidRemoveGroup;
|
||||
}
|
||||
|
||||
get onDidActiveGroupChange(): Event<IGridviewPanel | undefined> {
|
||||
get onDidActivePanelChange(): Event<IGridviewPanel | undefined> {
|
||||
return this.component.onDidActiveGroupChange;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user