mirror of
https://github.com/google/blockly.git
synced 2026-01-26 02:00:10 +01:00
Add ability to add blocks by type (#3928)
* Add ability to add blocks by type
This commit is contained in:
@@ -17,7 +17,10 @@ goog.provide('Blockly.utils.toolbox');
|
||||
* The information needed to create a block in the toolbox.
|
||||
* @typedef {{
|
||||
* kind:string,
|
||||
* blockxml:(string|Node)
|
||||
* blockxml:(?string|Node),
|
||||
* type: ?string,
|
||||
* gap: (?string|?number),
|
||||
* disabled: (?string|?boolean)
|
||||
* }}
|
||||
*/
|
||||
Blockly.utils.toolbox.Block;
|
||||
|
||||
Reference in New Issue
Block a user