We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9508b commit 24eb9f6Copy full SHA for 24eb9f6
src/built-in/ApplicationInterface.ts
@@ -1,8 +1,8 @@
1
import { WXApp } from "./WXApp";
2
3
-declare var webui: ApplicationInterface; // accesspoint for webui-x
4
-
5
export interface ApplicationInterface {
+ exit(): void;
+ setRefreshing(state: boolean): void
6
getCurrentRootManager(): WXApp;
7
getCurrentApplication(): WXApp;
8
getApplication(packageName: string): WXApp;
src/wxu/index.ts
@@ -4,3 +4,4 @@ export * from "./PackageManager";
export * from "./Process";
export * from "./Pty";
export * from "./Reflect";
+export * from "./Global";
0 commit comments