diff --git a/core/interfaces/i_copyable.ts b/core/interfaces/i_copyable.ts index 246dd4dd5..6c354926a 100644 --- a/core/interfaces/i_copyable.ts +++ b/core/interfaces/i_copyable.ts @@ -17,7 +17,8 @@ export interface ICopyable 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. */