@blockly/block-dynamic-connection
A group of Blockly blocks that
add and remove connections dynamically.
Installation
npm install @blockly/block-dynamic-connection --save
Usage
import * as Blockly from 'blockly';
import * as BlockDynamicConnection from '@blockly/block-dynamic-connection';
API
overrideOldBlockDefinitions
: Replaces the Blockly default blocks with the
dynamic connection blocks. This enables projects to use the dynamic block
plugin without changing existing XML.
XML
<block type="dynamic_text_join"></block>
<block type="dynamic_list_create"></block>
<block type="dynamic_if"></block>
License
Apache 2.0