रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकली > blockRendering > OutputConnection > (कंस्ट्रक्टर)
blockRendering.OutputConnection.(constructor)
OutputConnection
क्लास का एक नया इंस्टेंस बनाता है
हस्ताक्षर:
constructor(constants: ConstantProvider, connectionModel: RenderedConnection);
पैरामीटर
पैरामीटर |
टाइप |
ब्यौरा |
कॉन्सटेंट |
ConstantProvider |
रेंडरिंग कॉन्सटेंट प्रोवाइडर. |
connectionModel |
RenderedConnection |
इससे जुड़े ब्लॉक पर मौजूद कनेक्शन ऑब्जेक्ट. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया."],[[["The `OutputConnection` class in Blockly's block rendering system is used to visually represent and manage the output connections of blocks."],["It is initialized with a `ConstantProvider` for rendering settings and a `RenderedConnection` representing the actual block connection."],["The constructor sets up a new `OutputConnection` instance for a block, preparing it for visual rendering and interaction within the Blockly workspace."]]],["The `OutputConnection` class constructor creates a new instance, taking two parameters: `constants` and `connectionModel`. `constants` is a `ConstantProvider` object, which supplies rendering constants. `connectionModel` is a `RenderedConnection` object, representing the block's connection. This constructor essentially sets up an `OutputConnection` instance with the necessary rendering and connection data for a specific block output.\n"]]