प्रॉपर्टी के हस्ताक्षर ResponseObject.viewToken
वह व्यू जिससे उपयोगकर्ता ने ये आइटम चुने हैं.
हस्ताक्षर
[Response.VIEW]?: [
viewId: string,
label: string|null,
viewOptions: unknown,
];
विवरण
टाइप |
[
viewId: string,
label: string|null,
viewOptions: unknown,
] |
वैकल्पिक |
हां |
सिर्फ़ पढ़ने के लिए |
नहीं |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-23 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-23 (UTC) को अपडेट किया गया."],[[["`Response.VIEW` is an optional property that provides information about the view from which the user selected items."],["It's represented as an array containing the view's ID (`viewId`), label (`label`), and additional options (`viewOptions`)."],["The `label` can be a string or null, and `viewOptions` can hold various view-specific settings."],["This information can be helpful for understanding the context of the user's selection."]]],["The provided content describes the structure of a user-selected view. It is represented as an array of objects, where each object contains a `viewId` (a string), an optional `label` (string or null), and `viewOptions` (of unknown type). This array is optional and its elements are not read-only. Each object represents a view selected by the user and includes the identifier and any optional details.\n"]]