Get a variable collection by ID
webflow.getVariableCollectionById(collectionId)
Retrieves a variable collection by its ID.
Syntax
Parameters
- collectionId: string - The ID of the variable collection to retrieve.
Returns
Promise<VariableCollection>
The a promise that resolves to a variable collection object.