blockly >工具箱 >renderContents_

Toolbox.renderContents_() 方法

将工具箱中的所有项添加到工具箱。

Signature:

protected renderContents_(toolboxDef: toolbox.ToolboxItemInfo[]): void;

参数

参数 类型 说明
toolboxDef toolbox.ToolboxItemInfo[] 此数组包含对象,其中包含工具箱内容的相关信息。

返回

void