The subset of inline completer widget initialization options provided to the factory.

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

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.