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(1)

Properties(2)

Constructors(1)

constructor

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

Properties(2)

Optional isIncomplete

isIncomplete: boolean

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

items

items: T[]

The completion items.

Generated by TypeDoc. Maintained by 洛竹