(command: string, silent?: boolean | JQueryTerminal.execOptions, options?: JQueryTerminal.execOptions)
| 744 | import_view(view: JQueryTerminal.View): JQueryTerminal; |
| 745 | save_state(command?: string, ignore_hash?: boolean, index?: number): JQueryTerminal; |
| 746 | exec(command: string, silent?: boolean | JQueryTerminal.execOptions, options?: JQueryTerminal.execOptions): JQuery.Promise<void>; |
| 747 | autologin(user: string, token: string, silent?: boolean): JQueryTerminal; |
| 748 | // there is success and error callbacks because we call this function from terminal and auth function can |
| 749 | // be created by user |
no outgoing calls