Table of Contents

Class PastedContent

Namespace
JD.AI.Rendering
Assembly
JD.AI.dll

Represents content pasted into the input line that has been collapsed into a visual chip rather than displayed inline.

public sealed class PastedContent
Inheritance
PastedContent
Inherited Members

Constructors

PastedContent(string, PasteKind)

public PastedContent(string content, PasteKind kind = PasteKind.Text)

Parameters

content string
kind PasteKind

Properties

Chip

Short tag shown in the input line buffer.

public string Chip { get; }

Property Value

string

Id

public int Id { get; }

Property Value

int

Kind

public PasteKind Kind { get; }

Property Value

PasteKind

Label

Formatted display label for the chip shown in the input line.

public string Label { get; }

Property Value

string

RawContent

public string RawContent { get; }

Property Value

string