सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
ऐसा विजेट जिसमें दूसरे विजेट हो सकते हैं. नेस्ट किए गए विजेट के जटिल कॉम्बिनेशन बनाने के लिए, पैनल का इस्तेमाल करें.
पैनल को ui.root में जोड़ा जा सकता है, लेकिन print() की मदद से कंसोल पर नहीं प्रिंट किया जा सकता.
इस्तेमाल
रिटर्न
ui.Panel(widgets, layout, style)
ui.Panel
आर्ग्यूमेंट
टाइप
विवरण
widgets
List<ui.Widget>|ui.Widget, ज़रूरी नहीं
पैनल में जोड़ने के लिए, विजेट की सूची या एक विजेट. डिफ़ॉल्ट रूप से, यह खाली कलेक्शन होता है.
layout
String|ui.Panel.Layout, ज़रूरी नहीं
इस पैनल के लिए इस्तेमाल किया जाने वाला लेआउट. अगर कोई स्ट्रिंग पास की जाती है, तो उसे उस नाम वाले लेआउट कन्स्ट्रक्टर के शॉर्टकट के तौर पर लिया जाता है. डिफ़ॉल्ट रूप से, यह 'flow' पर सेट होती है.
style
ऑब्जेक्ट, ज़रूरी नहीं
इस विजेट के लिए सेट की जाने वाली वैल्यू के साथ, इस्तेमाल की जा सकने वाली सीएसएस स्टाइल का ऑब्जेक्ट. style() का दस्तावेज़ देखें.
[[["समझने में आसान है","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-08 (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"]]