ResponseObject.viewToken ลายเซ็นพร็อพเพอร์ตี้
มุมมองที่ผู้ใช้เลือกรายการเหล่านี้
ลายเซ็น
[Response.VIEW]?: [
viewId: string,
label: string|null,
viewOptions: unknown,
];
รายละเอียด
ประเภท |
[
viewId: string,
label: string|null,
viewOptions: unknown,
] |
ไม่บังคับ |
ใช่ |
อ่านอย่างเดียว |
ไม่ได้ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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"]]