Create variable mode
collection.createVariableMode(name)
Create a variable mode in a collection. Variable modes created with the Designer API are always created as “Manual” modes.
Syntax
Parameters
- name: string - The name of the variable mode to create.
Returns
Promise<VariableMode>
A Promise that resolves to a VariableMode object.