Interface ResponseObject
The response object passed to the callback method.
Signature
interface ResponseObject
Property signatures
Name |
Description |
action |
A type representing the action taken by the user to dismiss the dialog. |
docs |
An array of DocumentObject s selected by the user. |
parents |
The parent folders for the selected items. |
viewToken |
The view the user selected these items from. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["The `ResponseObject` provides details about user interactions within a dialog, such as the action taken and items selected."],["It includes properties like `action`, `docs`, `parents`, and `viewToken` to capture various aspects of the user's selection."],["`docs` contains an array of selected `DocumentObject`s, while `parents` provides information about their parent folders."],["The `viewToken` indicates the specific view from which the user made their selection."]]],[]]