Skip to content

Latest commit

 

History

History
 
 

block-shareable-procedures

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@blockly/block-shareable-procedures Built on Blockly

A set of Blockly blocks that allow end-users to define procedures (i.e. functions). These blocks reference explicit backing data models, which allows them to be more easily manipulated, and shared between workspaces.

Note that these blocks have the same names as the built-in procedure blocks, so you can seamlessly upgrade your existing project to use the new blocks.

Installation

Yarn

yarn add @blockly/block-shareable-procedures

npm

npm install @blockly/block-shareable-procedures

Usage

See developers.google.com/blockly/guides/create-custom-blocks/procedures/using-procedures for more information about using this plugin.

License

Apache 2.0