Create a variable collection
webflow.createVariableCollection(collectionName)
Creates a new variable collection with the given name.
Syntax
Parameters
- collectionName: string - The name of the variable collection to create.
Returns
Promise<VariableCollection>
The newly created collection object.