গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > টুলবক্স > addToolboxItem_
টুলবক্সে একটি আইটেম যোগ করে।
স্বাক্ষর:
protected addToolboxItem_(toolboxItem: IToolboxItem): void;
পরামিতি
রিটার্ন:
অকার্যকর
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `addToolboxItem_` method is used to add items to the Blockly toolbox."],["It's a protected method that takes an `IToolboxItem` as input, representing the item to be added."],["The method has no return value and modifies the toolbox directly by adding the specified item."]]],["The `addToolboxItem_()` method adds an item to a toolbox. It accepts a single parameter, `toolboxItem`, which is of type `IToolboxItem`. This parameter represents the item to be added to the toolbox. The method's return type is void, indicating it does not return any value. The method is used for managing the contents of a toolbox by adding items.\n"]]