@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.
Do not use this API unless you are already using it, because it does not
perform as intended. See #844 for context.
XML
<block type="dynamic_text_join"></block>
<block type="dynamic_list_create"></block>
<block type="dynamic_if"></block>
License
Apache 2.0