UNPKG

483 BTypeScriptView Raw
1export declare type FrontendApplicationState = 'init' | 'started_contributions' | 'attached_shell' | 'initialized_layout' | 'ready' | 'closing_window';
2export declare enum StopReason {
3 /**
4 * Closing the window with no prospect of restart.
5 */
6 Close = 0,
7 /**
8 * Reload without closing the window.
9 */
10 Reload = 1,
11 /**
12 * Reload that includes closing the window.
13 */
14 Restart = 2
15}
16//# sourceMappingURL=frontend-application-state.d.ts.map
\No newline at end of file