blockly > VariablesDynamic > CATEGORY_NAME
VariablesDynamic.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.Variables.CATEGORY_NAME and Blockly.Procedures.CATEGORY_NAME.
Signature:
CATEGORY_NAME = "VARIABLE_DYNAMIC"
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."],[[["`VariablesDynamic.CATEGORY_NAME` is a string used to identify the category for dynamically populated variable blocks within Blockly workspaces."],["It's utilized as a \"custom\" attribute in toolbox XML to categorize blocks and is comparable to similar strings used for variables and procedures."],["The assigned value for `VariablesDynamic.CATEGORY_NAME` is \"VARIABLE_DYNAMIC\"."]]],[]]