Finished WindowAPI for the frontend
This commit is contained in:
22
WindowAPI/dist/WindowAPI.d.ts
vendored
Normal file
22
WindowAPI/dist/WindowAPI.d.ts
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
import { Getters } from "./helper/functions/Getter.js";
|
||||
import { Setters } from "./helper/functions/Setter.js";
|
||||
import { WindowEventEmitter } from "./helper/functions/WindowEventEmitter.js";
|
||||
import { Actions } from "./helper/functions/Actions.js";
|
||||
export declare class WindowAPI {
|
||||
private currentEventListener;
|
||||
constructor();
|
||||
private sendRequest;
|
||||
private getMethod;
|
||||
private setMethod;
|
||||
get: Getters;
|
||||
set: Setters;
|
||||
action: Actions;
|
||||
event: WindowEventEmitter;
|
||||
private openWindow;
|
||||
private closeWindow;
|
||||
private sendDataToWindow;
|
||||
private close;
|
||||
private focus;
|
||||
private notification;
|
||||
private openPopup;
|
||||
}
|
||||
Reference in New Issue
Block a user