blockly > Flyout > blockIsRecyclable_

Flyout.blockIsRecyclable_() method

Returns whether the given block can be recycled or not.

Signature:

protected blockIsRecyclable_(_block: BlockSvg): boolean;

Parameters

Parameter Type Description
_block BlockSvg The block to check for recyclability.

Returns:

boolean

True if the block can be recycled. False otherwise.