Function: getLastCopiedLocation()
function getLastCopiedLocation(): Coordinate | undefined;
Defined in: packages/blockly/core/clipboard.ts:112
Gets the location that was last copied from. 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
Coordinate | undefined
last saved location, or null if none set.