توقيع الخاصية ResponseObject.viewToken
طريقة العرض التي اختار المستخدم هذه العناصر منها
التوقيع
[Response.VIEW]?: [
viewId: string,
label: string|null,
viewOptions: unknown,
];
التفاصيل
النوع |
[
viewId: string,
label: string|null,
viewOptions: unknown,
] |
اختياري |
نعم |
للقراءة فقط |
لا |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-10-23 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-10-23 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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."]]],[]]