Variable: CATEGORY_NAME
const CATEGORY_NAME: "VARIABLE_DYNAMIC" = 'VARIABLE_DYNAMIC';
Defined in: packages/blockly/core/variables_dynamic.ts:25
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.