mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Update isCopyable comment
This commit is contained in:
@@ -17,7 +17,8 @@ export interface ICopyable<T extends ICopyData> extends ISelectable {
|
||||
toCopyData(): T | null;
|
||||
|
||||
/**
|
||||
* Whether this instance is currently copyable.
|
||||
* Whether this instance is currently copyable. The standard implementation
|
||||
* is to return true if isOwnDeletable and isOwnMovable return true.
|
||||
*
|
||||
* @returns True if it can currently be copied.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user