रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकली > कनेक्शन > isSuperior
कनेक्शन.isSuperior() तरीका
क्या कनेक्शन किसी बेहतर ब्लॉक (सोर्स स्टैक में ज़्यादा) से जुड़ा हुआ है?
हस्ताक्षर:
isSuperior(): boolean;
लौटाए जाने वाले प्रॉडक्ट:
बूलियन
अगर कनेक्शन नीचे या दाईं ओर है, तो वैल्यू 'सही' होगी.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया."],[[["This method checks if a Blockly connection belongs to a block higher up in the stack."],["It returns `true` if the connection faces down or right, indicating it's on a superior block, otherwise `false`."],["The `isSuperior()` method helps determine the hierarchical relationship between blocks in the workspace."]]],["The `Connection.isSuperior()` method determines if a connection belongs to a superior block within a stack. It returns a boolean value: `true` if the connection faces down or right, indicating it's part of a block higher in the source stack, and `false` otherwise. This method effectively checks the directionality of the connection to establish the hierarchical relationship between connected blocks.\n"]]