Chữ ký thuộc tính ResponseObject.viewToken
Chế độ xem mà từ đó người dùng đã chọn các mục này.
Chữ ký
[Response.VIEW]?: [
viewId: string,
label: string|null,
viewOptions: unknown,
];
Thông tin chi tiết
Loại |
[
viewId: string,
label: string|null,
viewOptions: unknown,
] |
Không bắt buộc |
Có |
Chỉ có thể đọc |
Không |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-10-23 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]],[]]