blockly > Procedures > CATEGORY_NAME
Procedures.CATEGORY_NAME variable
String for use in the "custom" attribute of a category in toolbox XML. This string indicates that the category should be dynamically populated with procedure blocks. See also Blockly.Variables.CATEGORY_NAME and Blockly.VariablesDynamic.CATEGORY_NAME.
Signature:
CATEGORY_NAME = "PROCEDURE"
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.
[null,null,["Last updated 2024-09-18 UTC."],[[["`Procedures.CATEGORY_NAME` is a string variable used to identify the category for procedure blocks within Blockly workspaces."],["This variable is primarily used in the \"custom\" attribute of category elements in toolbox XML to dynamically populate it with procedure blocks."],["It's analogous to similar variables like `Blockly.Variables.CATEGORY_NAME` and `Blockly.VariablesDynamic.CATEGORY_NAME` which serve similar purposes for variable-related blocks."],["The string value associated with `Procedures.CATEGORY_NAME` is \"PROCEDURE\"."]]],[]]