mirror of
https://github.com/mathuo/dockview
synced 2025-02-23 16:45:44 +00:00
Revert "feat: remove panel.api.focus() from public api"
This reverts commit 03642d50a2
.
This commit is contained in:
parent
79df8020b8
commit
598175ea60
@ -20,6 +20,7 @@ export interface BasePanelViewExported<T extends PanelApiImpl> {
|
||||
readonly width: number;
|
||||
readonly height: number;
|
||||
readonly params: Record<string, any> | undefined;
|
||||
focus(): void;
|
||||
toJSON(): object;
|
||||
update(event: PanelUpdateEvent): void;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user