Function: rename()
function rename(this, name): string;
Defined in: packages/blockly/core/procedures.ts:205
Rename a procedure. Called by the editable field.
Parameters
| Parameter | Type | Description |
|---|---|---|
this | Field | - |
name | string | The proposed new name. |
Returns
string
The accepted name.