UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

8 lines (7 loc) 253 B
import { Tab } from '../webapp/tab'; /** * Initialize the session for the given `Tab`. Await the response if * you need to block until all session initializers have completed. * */ export declare function initializeSession(tab: Tab): Promise<void>;