EditBlockTool

Tool

You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:

  • To refer to it by name, use EditBlockTool (make sure the library Library.Tools.Blocks is included with Include Libaries)
  • To refer to it by its full path, use Library.Tools.Blocks.EditBlockTool

 

See also:


The Edit Block tool opens the block inputs window, where you can edit the inputs to the block. It is the same as double-clicking on a block.

Edit block inputs:
  • Double click the block you wish to edit.

Another option:

  1. Select the block you wish to edit.
  2. Go to Blocks>Edit Block
See also: