Skip to content

getVariableCollectionByIdAsync

Finds a variable collection by ID. If not found or the provided ID is invalid, returns a promise containing null.

Signature

typescript
getVariableCollectionByIdAsync(id: string): Promise<VariableCollection | null>

Parameters

  • id: The variable collection ID to search for, which represents a unique identifier for the variable collection.