Table of Contents

Class InlayEntry

Namespace
NMF.AnyText
Assembly
NMF.AnyText.Core.dll

Denotes an inlay

public class InlayEntry
Inheritance
InlayEntry
Inherited Members

Properties

IsTrailing

True, if the inlay should be rendered after the rule application, otherwise false

public bool IsTrailing { get; init; }

Property Value

bool

Label

The label of this hint. A human readable string or an array of InlayHintLabelPart label parts.

Note that neither the string nor the label part can be empty.

public string Label { get; init; }

Property Value

string

Position

Gets the position of this inlay entry

public ParsePosition Position { get; }

Property Value

ParsePosition

RuleApplication

The rule application associated with this hint

public RuleApplication RuleApplication { get; }

Property Value

RuleApplication