The initialization options for inline completer widget.

interface IOptions {
    editor?: null | CodeEditor.IEditor;
    model?: InlineCompleter.IModel;
    trans: IRenderMime.TranslationBundle;
}

Hierarchy (view full)

Properties

Properties

editor?: null | CodeEditor.IEditor

The semantic parent of the completer widget, its referent editor.

The model for the completer widget.

JupyterLab translation bundle.