ICopyable interface
Signature:
export interface ICopyable<T extends ICopyData> extends ISelectable
Extends: ISelectable
Methods
Method | Description |
|---|---|
(Optional) Whether this instance is currently copyable. The standard implementation is to return true if isOwnDeletable and isOwnMovable return true. | |
Encode for copying. |