रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकली > ToolboxItem > isSelectable
टूलबॉक्स आइटम को चुना जा सकता है या नहीं.
हस्ताक्षर:
isSelectable(): boolean;
लौटाए जाने वाले प्रॉडक्ट:
बूलियन
अगर टूलबॉक्स आइटम को चुना जा सकता है, तो वैल्यू 'सही' होगी.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया."],[[["`ToolboxItem.isSelectable()` is a method that determines if a toolbox item can be selected by the user."],["It returns `true` if the item is selectable and `false` otherwise, providing a clear way to identify interactive elements within the toolbox."]]],["The `ToolboxItem.isSelectable()` method determines if a toolbox item can be selected. It returns a boolean value: `true` indicates the item is selectable, while `false` implies it is not. This method takes no arguments and is used to check the selectability status of a given toolbox item. The method's output directly reflects whether or not the item can be interacted with.\n"]]