ConsoleHistory | @jupyterlab (original) (raw)
Implements
Index
Constructors
constructor
- new ConsoleHistory(options: ConsoleHistory.IOptions): ConsoleHistory
ConsoleHistory
Returns
Properties
Readonly
sessionContext
Accessors
editor
- get editor(): null | CodeEditor.IEditor
CodeEditor.IEditor
Returns null |- set editor(value: null | CodeEditor.IEditor): void
Returns void
isDisposed
- get isDisposed(): boolean
Returns boolean
placeholder
- get placeholder(): string
Returns string
Methods
back
- back(placeholder: string): Promise<string>
Parameters
- placeholder: string
Returns Promise<string>
A Promise for console command text or undefined
if unavailable.
dispose
- dispose(): void
Returns void
forward
- forward(placeholder: string): Promise<string>
Parameters
- placeholder: string
Returns Promise<string>
A Promise for console command text or undefined
if unavailable.
Protected
onEdgeRequest
- onEdgeRequest(editor: CodeEditor.IEditor, location: EdgeLocation): void
Returns void
Protected
onHistory
- onHistory(value: IHistoryReplyMsg): void
Returns void
Protected
onTextChange
- onTextChange(): void
Returns void
push
- push(item: string): void
Returns void
reset
- reset(): void
Returns void
Protected
setFilter
- setFilter(filterStr?: string): void
Parameters
- filterStr: string = ''