ঘোষণা : 15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
UI উপাদানগুলিতে ব্যবহারের জন্য ডেটার জন্য একটি অ্যারের মতো ধারক৷
যখন একটি ui.data.ActiveList (যেমন Map.layers()) আপডেট করা হয়, তখন এটির সাথে সম্পর্কিত উপাদানটিও আপডেট করা হয়। উদাহরণস্বরূপ, Map.layers(.add(myLayer) ম্যাপে একটি স্তর হিসাবে myLayer যোগ করবে।
[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[[["`ui.data.ActiveList` acts as a container for data used by UI components."],["Changes to an `ActiveList` directly update the associated UI component, like adding a layer to a map with `Map.layers().add()`."],["It's initialized using `ui.data.ActiveList(list)` where `list` is an optional initial data list."]]],["`ui.data.ActiveList` is an array-like container that, when updated, triggers updates in its associated UI component. It can be initialized with a list. Actions like adding to the `ActiveList` directly reflect in the UI. For instance, `Map.layers().add(myLayer)` adds a layer to the map. The constructor `ui.data.ActiveList(list)` creates an `ActiveList` object, and it allows the input parameter list, which is an optional list used to initialize the container.\n"]]