ee.Feature.set
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
किसी एलिमेंट की एक या उससे ज़्यादा मेटाडेटा प्रॉपर्टी को बदल देता है.
ओवरराइड की गई प्रॉपर्टी वाले एलिमेंट को दिखाता है.
इस्तेमाल | रिटर्न |
---|
Feature.set(var_args) | एलिमेंट |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: element | एलिमेंट | एलिमेंट इंस्टेंस. |
var_args | VarArgs<Object> | प्रॉपर्टी की डिक्शनरी या प्रॉपर्टी का वैरग सीक्वेंस, जैसे कि key1, value1, key2, value2, ... |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eFeature.set()\u003c/code\u003e allows modification of one or more metadata properties of an Element.\u003c/p\u003e\n"],["\u003cp\u003eIt returns a new Element with the specified properties overridden, leaving the original Element unchanged.\u003c/p\u003e\n"],["\u003cp\u003eYou can provide properties using either a dictionary or a vararg sequence of key-value pairs.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.set\n\n\u003cbr /\u003e\n\nOverrides one or more metadata properties of an Element.\n\n\u003cbr /\u003e\n\nReturns the element with the specified properties overridden.\n\n| Usage | Returns |\n|-------------------------|---------|\n| Feature.set`(var_args)` | Element |\n\n| Argument | Type | Details |\n|-----------------|-------------------|-------------------------------------------------------------------------------------------------------------|\n| this: `element` | Element | The Element instance. |\n| `var_args` | VarArgs\\\u003cObject\\\u003e | Either a dictionary of properties, or a vararg sequence of properties, e.g. key1, value1, key2, value2, ... |"]]