Namespace NMF.Glsp.Protocol.Clipboard
Classes
- CutOperation
Requests a cut operation from the server, i.e., deleting the selected elements from the model. Before submitting a CutOperation a client should ensure that the cut elements are put into the clipboard.
- PasteOperation
Requests a paste operation from the server by providing the current clipboard data. Typically this means that elements should be created based on the data in the clipboard.
- RequestClipboardDataAction
Requests the clipboard data for the current editor context, i.e., the selected elements, in a clipboard-compatible format.
- SetClipboardDataAction
Server response to a RequestClipboardDataAction containing the selected elements as clipboard-compatible format.