Table of Contents

Constructor CompletionEntry

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

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

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

public CompletionEntry(string name, string kind, string insertText, bool isRecommended, TextSpan replacementSpan)

Parameters

name string

Name of the entry.

kind string

Kind of the entry.

insertText string
isRecommended bool
replacementSpan TextSpan