रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकले > IToolboxItem
टूलबॉक्स में किसी आइटम के लिए इंटरफ़ेस.
हस्ताक्षर:
export interface IToolboxItem
तरीके
तरीका |
ब्यौरा |
dispose() |
इस टूलबॉक्स आइटम को नष्ट करें. डिफ़ॉल्ट रूप से, कोई कार्रवाई नहीं होती है. |
getClickTarget() |
क्लिक किए जा सकने वाले एचटीएमएल एलिमेंट को दिखाता है. |
getDiv() |
टूलबॉक्स आइटम के लिए div पाता है. |
getId() |
इस टूलबॉक्स आइटम के लिए यूनीक आइडेंटिफ़ायर पाता है. |
getParent() |
अगर टूलबॉक्स आइटम नेस्ट किया गया है, तो पैरंट वैल्यू असाइन की जाती है. |
init() |
टूलबॉक्स आइटम को शुरू करता है. इसमें डीओएम बनाना और जानकारी वाले ऑब्जेक्ट के आधार पर किसी भी आइटम की स्थिति अपडेट करना शामिल है. |
isCollapsible() |
टूलबॉक्स आइटम को छोटा किया जा सकता है या नहीं. |
isSelectable() |
टूलबॉक्स आइटम को चुना जा सकता है या नहीं. |
setVisible_(isVisible) |
इससे यह सेट होता है कि कैटगरी दिखेगी या नहीं. किसी कैटगरी को दिखाने के लिए, उसकी पैरंट कैटगरी को भी बड़ा करना ज़रूरी है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया."],[[["The `IToolboxItem` interface defines the structure and behavior of items within the Blockly toolbox."],["It provides methods for managing an item's lifecycle, including initialization, disposal, and interaction."],["Toolbox items can be clickable, have a visual representation (div), and may be nested within other items."],["Properties like visibility, selectability, and collapsibility are also managed through this interface."],["Each toolbox item has a unique identifier for easy reference and manipulation."]]],[]]