ajardon/blockly

How to create types to restrict connections between few custom blocks?

GoogleCodeExporter opened this issue · 1 comments


I have created my own custom blocks using Block factory. Now I need to restrict 
the connections between certain custom blocks. How do I achieve it?

Thanks in advance.


Original issue reported on code.google.com by fasilamh...@gmail.com on 15 Mar 2015 at 8:29

See this documentation:
https://developers.google.com/blockly/custom-blocks/type-checks

And this thread:
https://groups.google.com/forum/#!searchin/blockly/type/blockly/7eu9pFl_z9Q/chiJ
ozu8hm4J
Or:
https://groups.google.com/forum/#!topic/blockly/-DpcBDPTc6U

Original comment by neil.fra...@gmail.com on 29 Apr 2015 at 7:43

  • Changed state: Done