@kui-shell/core
Version:
An Electron-based shell for cloud-native development
16 lines (15 loc) • 324 B
TypeScript
import { Tab } from './tab';
/**
* Initiate input queueing
*
*/
export declare function startInputQueueing(tab: Tab): void;
export declare const disableInputQueueing: (tab: Tab) => string;
/**
* Handle any input that queued up during command processing
*
*/
/**
* Set the queued input model to the given value
*
*/