Class CompletionEntryDetails
- Namespace
- Alternet.Common.TypeScript.Types
- Assembly
- Alternet.Common.TypeScript.v9.dll
Represents detailed completion information.
public class CompletionEntryDetails
- Inheritance
-
CompletionEntryDetails
Constructors
- CompletionEntryDetails(string, ScriptElementKind, string, IEnumerable<SymbolDisplayPart>, IEnumerable<SymbolDisplayPart>, IEnumerable<JsDocTagInfo>)
Initializes a new instance of the
CompletionEntryDetails
class with specified parameters.
Properties
- DisplayParts
Gets list of SymbolDisplayPart contains text to be displayed.
- Documentation
Gets list of SymbolDisplayPart contains documentation text.
- Kind
Gets kind of the entry.
- KindModifiers
Gets kind modifiers of the entry.
- Name
Gets name of the entry.
- Tags
Gets list of custom objects.