Interface ICompleterSelection

interface ICompleterSelection {
    insertText: string;
}

Properties

Properties

insertText: string

The text selected by the completer.