গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`callback` is a property of the `LegacyContextMenuOption` interface within Blockly's `ContextMenuRegistry` namespace."],["It defines a function that is executed when the associated context menu option is selected."],["This function takes a `Scope` object as its only parameter, which provides context about the action being performed."],["Its primary purpose is to implement the behavior associated with the specific context menu item."]]],["The `callback` property within `ContextMenuRegistry.LegacyContextMenuOption` is defined. It represents a function that accepts one parameter, `p1` of type `Scope`. This function, when invoked, executes a specific action. Its return type is `void`, indicating it does not return any value. In essence, `callback` is designed to perform a task triggered by a context menu option, utilizing a given `Scope`.\n"]]