Function: getLastCopiedData()
function getLastCopiedData(): ICopyData | null;
Defined in: packages/blockly/core/clipboard.ts:65
Gets the copy data for the last item copied. This is useful if you are implementing custom copy/paste behavior. If you want the default behavior, just use the copy and paste methods directly.
Returns
ICopyData | null
copy data for the last item copied, or null if none set.