DocsViewMode is an enumerated type for displaying data within a DocsView. Use
these values in calls to DocsView.setMode.
If using a scope other than https://www.googleapis.com/auth/drive or
https://www.googleapis.com/auth/drive.readonly, it is recommended to use
DocsViewMode.LIST as the user has not granted access to thumbnails.
Signature
export enum DocsViewMode
Members
| Name | Description |
|---|---|
GRID |
Display documents in a thumbnail grid. |
LIST |
Display documents in a detailed list. |