CompletionList
constructor(items: ReadonlyArray<T> = definedExternally, isIncomplete: Boolean = definedExternally)(source)
Creates a new completion list.
Parameters
items
The completion items.
isIncomplete
The list is not complete.
Creates a new completion list.
The completion items.
The list is not complete.