屬性簽章 ResponseObject.viewToken
使用者選取這些項目的檢視畫面。
簽名
[Response.VIEW]?: [
viewId: string,
label: string|null,
viewOptions: unknown,
];
詳細資料
類型 |
[
viewId: string,
label: string|null,
viewOptions: unknown,
] |
選用 |
是 |
唯讀 |
否 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 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."]]],["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"]]