[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-16 UTC."],[[["\u003cp\u003eThe \u003ccode\u003egetVariableUsesById\u003c/code\u003e method locates all blocks using a specific variable within the workspace.\u003c/p\u003e\n"],["\u003cp\u003eIt takes the variable's ID as input and returns an array of block instances referencing that variable.\u003c/p\u003e\n"],["\u003cp\u003eThe returned array contains \u003ca href=\"./blockly.block_class.md\"\u003eBlock\u003c/a\u003e objects representing the identified block usages.\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [VariableMap](./blockly.variablemap_class.md) \\\u003e [getVariableUsesById](./blockly.variablemap_class.getvariableusesbyid_1_method.md)\n\nVariableMap.getVariableUsesById() method\n----------------------------------------\n\n\u003e | **Warning:** This API is now obsolete.\n\u003e\n\u003e v12: use Blockly.Variables.getVariableUsesById.\n\nFind all the uses of a named variable.\n\n**Signature:** \n\n getVariableUsesById(id: string): Block[];\n\nParameters\n----------\n\n| Parameter | Type | Description |\n|-----------|--------|-----------------------------|\n| id | string | ID of the variable to find. |\n\n**Returns:**\n\n[Block](./blockly.block_class.md)\\[\\]\n\nArray of block usages."]]