Table of Contents

Class CompletionEntry

Namespace
Alternet.Common.TypeScript.Types
Assembly
Alternet.Common.TypeScript.v9.dll

One of many possible completions used to form the completion list presented to the user.

public class CompletionEntry
Inheritance
CompletionEntry

Constructors

CompletionEntry(string, string, string, bool, TextSpan)

Initializes a new instance of the CompletionEntry class with specified parameters.

Properties

InsertText

Gets text to be inserted if completion entry is selected.

IsRecommended

Gets boolean value indicating if completion entry needs to be pre-selected

Kind

Gets kind of the entry.

Name

Gets name of the entry.

ReplacementSpan

Specifies text span of the inserted text when completion entry is selected.