रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकली > blockRendering > PreviousConnection
ब्लॉक रेंडरिंग.पिछलाConnection क्लास
एक ऑब्जेक्ट, जिसमें यह जानकारी होती है कि रेंडरिंग के दौरान, पिछले कनेक्शन ने कितनी जगह का इस्तेमाल किया.
हस्ताक्षर:
export declare class PreviousConnection extends Connection
एक्सटेंडेड: कनेक्शन
कंस्ट्रक्टर
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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 `PreviousConnection` class in Blockly's block rendering namespace manages the space a previous connection occupies during rendering."],["It extends the `Connection` class and includes a constructor to create new instances."],["This class stores information relevant to how a block connects to the one before it visually."]]],["The `PreviousConnection` class, extending the `Connection` class, stores data about the space occupied by a previous connection during block rendering. It's part of the `blockRendering` namespace in Blockly. The class's core function is represented by its constructor, which creates a new instance of `PreviousConnection`, taking `constants` and a `connectionModel` as parameters. The purpose is to manage spatial information during the rendering process.\n"]]