Table of Contents

Class SetClipboardDataAction

Namespace
NMF.Glsp.Protocol.Clipboard
Assembly
NMF.Glsp.dll

Server response to a RequestClipboardDataAction containing the selected elements as clipboard-compatible format.

public class SetClipboardDataAction : ResponseAction
Inheritance
SetClipboardDataAction
Inherited Members

Fields

SetClipboardDataActionKind

The kind value used for this kind of action

public const string SetClipboardDataActionKind = "setClipboardData"

Field Value

string

Properties

ClipboardData

The selected elements from the editor context as clipboard data.

public IDictionary<string, string> ClipboardData { get; }

Property Value

IDictionary<string, string>

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string