研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly > 过程
过程命名空间
类
函数
接口
变量
变量 |
说明 |
CATEGORY_NAME |
用于工具箱 XML 中类别的“custom”属性的字符串。此字符串指示应使用过程块动态填充类别。另请参阅 Blockly.Variables.CATEGORY_NAME 和 Blockly.VariablesDynamic.CATEGORY_NAME。 |
DEFAULT_ARG |
process_mutatorarg 块的默认参数。 |
类型别名
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-02。
[null,null,["最后更新时间 (UTC):2023-12-02。"],[[["The Procedures namespace in Blockly manages the creation, modification, and interaction with procedures (custom functions) within Blockly workspaces."],["It provides functionalities to define, call, rename, and find procedures, as well as manage their parameters."],["It includes classes, functions, interfaces, variables, and type aliases to support procedure-related operations in Blockly."],["Developers can utilize this namespace to programmatically control procedures and integrate them into their Blockly applications."],["Blockly's procedure functionality enables users to create reusable blocks of code, enhancing the modularity and organization of their projects."]]],[]]