रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकली > तरीका > IProcedureMap > जोड़ें
तरीके
दिए गए ProcerureModel को, प्रोसेस मॉडल के मैप में जोड़ता है, ताकि ब्लॉक इसे ढूंढ सकें.
हस्ताक्षर:
add(proc: IProcedureModel): this;
पैरामीटर
लौटाए जाने वाले प्रॉडक्ट:
यह
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-14 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-14 (UTC) को अपडेट किया गया."],[[["The `add()` method incorporates a provided ProcedureModel into a map, enabling block elements to locate it."],["This method accepts an `IProcedureModel` object as input, representing the procedure to be added."],["Upon successful addition, the method returns the current `IProcedureMap` instance for chaining purposes."]]],["The `add` method within the `Procedures.IProcedureMap` interface adds a `ProcedureModel` to a map. This allows blocks to locate the procedure model. The method takes one parameter, `proc`, which is of type `IProcedureModel`. The method returns the instance of `Procedures.IProcedureMap` (`this`) to which the model was added. This method signature enables the addition of procedure models into a map for later use.\n"]]