Skip to main content

blockly > ICopyable

ICopyable interface

Signature:

export interface ICopyable<T extends ICopyData> extends ISelectable 

Extends: ISelectable

Methods

Method

Description

isCopyable()?

(Optional) Whether this instance is currently copyable. The standard implementation is to return true if isOwnDeletable and isOwnMovable return true.

toCopyData()

Encode for copying.