रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
ब्लॉकली > टूलबॉक्स > onDragEnter
जब कर्सर को ब्लॉक या बबल के साथ इस टूल में घुसते हैं, तब हैंडल किया जाता है.
हस्ताक्षर:
onDragEnter(_dragElement: IDraggable): void;
पैरामीटर
पैरामीटर |
टाइप |
ब्यौरा |
_dragElement |
IDraggable |
ब्लॉक या बबल को खींचकर अभी छोड़ा जा रहा है. |
लौटाए जाने वाले प्रॉडक्ट:
अमान्य
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-22 (UTC) को अपडेट किया गया."],[[["The `Toolbox.onDragEnter()` method is triggered when a draggable element (like a block or bubble) is dragged over the toolbox."],["It takes one argument: `_dragElement`, which represents the draggable element being dragged."],["This method doesn't return any value and is used to handle the event of a draggable element entering the toolbox's drag target area."]]],["The `Toolbox.onDragEnter()` method is triggered when a draggable element, such as a block or bubble, enters a drag target. This method accepts one parameter, `_dragElement`, which represents the `IDraggable` object being dragged. The method's purpose is to handle this drag-enter event, and it doesn't return any value. Its core function is to process the interaction of a dragged element entering a specific target area.\n"]]