Create percentage variable
collection.createPercentageVariable(name, value)
Create a percentage variable with a name and value for the variable.
Syntax
Parameters
- name : string - Name of the variable
- value: number - Value of the variable.
Returns
Promise<PercentageVariable>
A Promise that resolves to a PercentageVariable object.