Table of Contents

Class QuickInfo

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

Represents data related to popup hint.

public class QuickInfo
Inheritance
QuickInfo

Constructors

QuickInfo(ScriptElementKind, string, string, string, TextSpan, IEnumerable<SymbolDisplayPart>, IEnumerable<SymbolDisplayPart>, IEnumerable<JsDocTagInfo>)

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

Properties

DisplayName

Gets name to display.

DisplayParts

Gets list of SymbolDisplayPart to be displayed.

Documentation

Gets documentation parts.

Kind

Gets kind of the quick info.

KindModifiers

Gets kind modifiers of the quick info.

QualifiedName

Gets name to display.

Tags

Gets list of custom tags.

TextSpan

Gets quick info location.

Methods

GetDescription()

Gets the description of the quick info.