mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Add type for WindowInfo
This commit is contained in:
parent
70cfcf45e2
commit
197fcadfbb
1 changed files with 8 additions and 0 deletions
|
|
@ -391,6 +391,14 @@ export interface WebampWindow {
|
|||
hotkey?: string;
|
||||
}
|
||||
|
||||
export interface WindowInfo {
|
||||
key: WindowId;
|
||||
height: number;
|
||||
width: number;
|
||||
x: number;
|
||||
y: number;
|
||||
}
|
||||
|
||||
export interface WindowState {
|
||||
focused: string;
|
||||
genWindows: { [name: string]: WebampWindow };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue