Stay organized with collections
Save and categorize content based on your preferences.
blockly > libraryBlocks > procedures
libraryBlocks.procedures variable
Signature:
procedures: any
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["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 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003elibraryBlocks.procedures\u003c/code\u003e is a variable within the Blockly library that pertains to procedure-related blocks.\u003c/p\u003e\n"],["\u003cp\u003eIt likely contains functions or properties related to creating, managing, and executing procedures in Blockly workspaces.\u003c/p\u003e\n"],["\u003cp\u003eIts type is declared as 'any', indicating it can hold various types of values or objects pertaining to Blockly procedures.\u003c/p\u003e\n"],["\u003cp\u003eUsers can potentially access and manipulate this variable to customize the behaviour or functionalities of procedure blocks.\u003c/p\u003e\n"]]],["The `libraryBlocks.procedures` variable, within the Blockly library, is defined. Its core function is represented by the signature `procedures: any`. This indicates that `procedures` is a variable of an unspecified type, allowing it to hold any kind of data. The key information is the existence of this variable and its flexible data-holding nature within the Blockly library's `libraryBlocks` namespace.\n"],null,["[blockly](./blockly.md) \\\u003e [libraryBlocks](./blockly.libraryblocks_namespace.md) \\\u003e [procedures](./blockly.libraryblocks_namespace.procedures_variable.md)\n\nlibraryBlocks.procedures variable\n\n**Signature:** \n\n procedures: any"]]