Get variable mode by ID
collection.getVariableModeById(string: modeId)
Get a variable mode by its ID.
Syntax
Parameters
- modeId: string - The ID of the variable mode to get.
Returns
Promise<VariableMode> A Promise that resolves to a variable mode object.