封鎖 >VariableMap >renameVariableById
VariableMap.renameVariableById() 方法
在變數對應中更新變數名稱,藉此重新命名變數。找出要以指定 ID 重新命名的變數。
Signature:
renameVariableById(id: string, newName: string): void;
參數
參數 | 類型 | 說明 |
---|---|---|
id | 字串 | 要重新命名的變數 ID。 |
newName | 字串 | 新的變數名稱。 |
傳回:
void