Set variable name
variable.setName(name)
Sets the name of the variable.
Syntax
Parameters
- name : string - Name of the variable
Returns
Promise<null
>
A Promise that resolves to null
.
Set variable name
variable.setName(name)
Sets the name of the variable.
Promise<null
>
A Promise that resolves to null
.