blockly > Variables > CATEGORY_NAME
Variables.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 variable blocks. See also Blockly.Procedures.CATEGORY_NAME and Blockly.VariablesDynamic.CATEGORY_NAME.
Signature:
CATEGORY_NAME = "VARIABLE"
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."],[[["`CATEGORY_NAME` is a string used to categorize variable blocks within Blockly's toolbox XML."],["This string, with the value \"VARIABLE\", signals that the category should be dynamically filled with variable-related blocks."],["It's related to similar category names used for procedures and dynamic variables, offering a consistent categorization approach within Blockly."]]],[]]