গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ড্র্যাগটার্গেট > অনড্রেগএক্সিট
DragTarget.onDragExit() পদ্ধতি
একটি ব্লক বা বুদবুদ সহ একটি কার্সার যখন এই টান টার্গেট থেকে প্রস্থান করে তখন পরিচালনা করে।
স্বাক্ষর:
onDragExit(_dragElement: IDraggable): void;
পরামিতি
প্যারামিটার | টাইপ | বর্ণনা |
---|
_dragElement | IDraggable | ব্লক বা বুদবুদ বর্তমানে টেনে আনা হচ্ছে। |
রিটার্ন:
অকার্যকর
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `onDragExit` method is triggered when a dragged block or bubble leaves the area of this drag target."],["It receives the currently dragged element (block or bubble) as an argument to potentially handle the exit event."],["This method does not return any value and is used to manage behavior when a draggable item is no longer hovering over the target."]]],["The `onDragExit()` method within the `DragTarget` class manages the event when a dragged element (either a block or a bubble) leaves the drag target area. It accepts one parameter, `_dragElement`, of type `IDraggable`, which represents the block or bubble being moved. This method has no return value, as it's designed to handle the exit event and update the target state.\n"]]