blockly >Google Workspace >renameVariableById

Workspace.renameVariableById() 方法

通过在变量映射中更新变量名称来重命名变量。使用指定 ID 标识要重命名的变量。

Signature:

renameVariableById(id: string, newName: string): void;

参数

参数 类型 说明
id 字符串 要重命名的变量的 ID。
newName 字符串 新变量名称。

返回

void