ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি উইজেট যা অন্যান্য উইজেট ধরে রাখতে পারে। নেস্টেড উইজেটগুলির জটিল সমন্বয় তৈরি করতে প্যানেলগুলি ব্যবহার করুন৷
প্যানেল ui.root-এ যোগ করা যেতে পারে কিন্তু print() দিয়ে কনসোলে প্রিন্ট করা যায় না।
ব্যবহার
রিটার্নস
ui.Panel( widgets , layout , style )
ui.প্যানেল
যুক্তি
টাইপ
বিস্তারিত
widgets
তালিকা<ui.Widget>|ui.Widget, ঐচ্ছিক
প্যানেলে যোগ করার জন্য উইজেটের তালিকা বা একটি একক উইজেট। একটি খালি অ্যারে ডিফল্ট.
layout
স্ট্রিং|ui.প্যানেল।লেআউট, ঐচ্ছিক
এই প্যানেলের জন্য ব্যবহার করার জন্য লেআউট। যদি একটি স্ট্রিং পাস করা হয়, এটি সেই নামের লেআউট কনস্ট্রাক্টরের একটি শর্টকাট হিসাবে নেওয়া হয়। ডিফল্ট 'ফ্লো'।
style
বস্তু, ঐচ্ছিক
এই উইজেটের জন্য সেট করা মান সহ অনুমোদিত CSS শৈলীর একটি বস্তু। শৈলী() ডকুমেন্টেশন দেখুন।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Panels are widgets that can contain other widgets, enabling complex nested layouts within Earth Engine applications."],["They are added to the `ui.root` but cannot be printed to the console using `print()`."],["Panel layouts can be customized using predefined options or by specifying CSS styles."],["Initialization involves providing a list of widgets (or a single widget), a layout type, and optional styling."]]],["Panels, which are widgets that can contain other widgets, are created using `ui.Panel()`. They accept an optional list of `widgets`, a `layout` (defaulting to 'flow'), and a `style` object for CSS styling. Panels can be added to `ui.root` but cannot be printed using `print()`. The `layout` argument can be a string representing a shortcut to a layout constructor. Panels facilitate the construction of complex, nested widget structures.\n"]]