UNPKG

openfin-browser-adapter

Version:
11 lines (10 loc) 383 B
import { BaseApiClass } from './Base'; export declare class Application extends BaseApiClass { static staticMethods: string[]; static staticSyncMethods: string[]; static instanceMethods: string[]; static getCurrent(): Promise<Application>; static getCurrentSync(): Application; terminate(force: boolean): Promise<void>; getChildWindows(): Promise<any>; }