mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 01:57:29 +00:00
Add type for WindowInfo
This commit is contained in:
parent
76d3a5b830
commit
ba43cbcc74
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