We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f117bba commit 2bae8ebCopy full SHA for 2bae8eb
core/interfaces/i_copyable.ts
@@ -17,7 +17,8 @@ export interface ICopyable<T extends ICopyData> extends ISelectable {
17
toCopyData(): T | null;
18
19
/**
20
- * Whether this instance is currently copyable.
+ * Whether this instance is currently copyable. The standard implementation
21
+ * is to return true if isOwnDeletable and isOwnMovable return true.
22
*
23
* @returns True if it can currently be copied.
24
*/
0 commit comments