IOptions | @jupyterlab (original) (raw)
Interface IOptions
The initialization options for a console history object.
interface IOptions {
sessionContext: ISessionContext;
translator?: ITranslator;
}
Index
Properties
Properties
sessionContext
sessionContext: ISessionContext
The client session used by the foreign handler.
Optional
translator
translator?: ITranslator
The application language translator.