mirror of
https://github.com/mathuo/dockview
synced 2025-02-23 00:25:45 +00:00
Merge pull request #117 from mathuo/111-api-improvements
Revert "feat: remove panel.api.focus() from public api"
This commit is contained in:
commit
7544926d08
@ -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