Blockly. ICopyable
interface static
Properties
id
unknown
- Inherited from
- Blockly.ISelectable#id
isDeletable
Get whether this object is deletable or not.
- Inherited from
- Blockly.IDeletable#isDeletable
- Returns
-
True if deletable.
isMovable
Get whether this is movable or not.
- Inherited from
- Blockly.IMovable#isMovable
- Returns
-
True if movable.
select
Select this. Highlight it visually.
- Inherited from
- Blockly.ISelectable#select
- Returns
toCopyData
Encode for copying.
- Returns
-
nullable Blockly.ICopyable.CopyData
Copy metadata.
unselect
Unselect this. Unhighlight it visually.
- Inherited from
- Blockly.ISelectable#unselect
- Returns
Abstract type
CopyData
static
{xml: non-null Element, source:Blockly.WorkspaceSvg, typeCounts: nullable Object}
Copy Metadata.