pushToClipboard(operation: PP.Rds.Ui.TreeOperations.CopyElements || PP.Rds.Ui.TreeOperations.CutElements, keys: Array);
operation. Operation with clipboard.
keys. Keys of the elements to be moved or copied to clipboard. If this parameter is not defined, all selected nodes are moved to clipboard.
The pushToClipboard method places selected tree elements to clipboard.
The example of use is given on the page with description of the DictionaryTree.moveItem method.
See also: