Set variable mode name
mode.setName(name)
Set the name of a variable mode. Variable mode names must be unique within a collection.
Syntax
Parameters
- name: string - The name of the variable mode to set.
Returns
Promise<null>
A Promise that resolves to null.