[[["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\u003eWorkspace.getVariableUsesById()\u003c/code\u003e method locates all blocks within a workspace that utilize a specific variable, identified by its unique ID.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts the variable's ID as a string argument and returns an array of \u003ccode\u003eBlock\u003c/code\u003e objects representing the usages of that variable.\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [Workspace](./blockly.workspace_class.md) \\\u003e [getVariableUsesById](./blockly.workspace_class.getvariableusesbyid_1_method.md)\n\nWorkspace.getVariableUsesById() method\n--------------------------------------\n\n\u003e | **Warning:** This API is now obsolete.\n\u003e\n\u003e v12: use Blockly.Workspace.getVariableMap().getVariableUsesById\n\nFind all the uses of the given variable, which is identified by ID.\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."]]