Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CompletionList<T>

Represents a collection of completion items to be presented in the editor.

Type Parameters

Hierarchy

  • CompletionList

Index

Constructors

Properties

Constructors

  • new CompletionList<T>(items?: T[], isIncomplete?: boolean): CompletionList<T>

Properties

isIncomplete?: boolean

This list is not complete. Further typing should result in recomputing this list.

items: T[]

The completion items.