blockly >通用 >defineBlocksWithJsonArray

common.defineBlocksWithJsonArray() 函数

根据 Blockly 开发者工具生成的 JSON 块定义数组定义块。

Signature:

export declare function defineBlocksWithJsonArray(jsonArray: any[]): void;

参数

参数 类型 说明
jsonArray 任何 [] 一个 JSON 块定义的数组。

返回

void