DocsViewMode
是一种用于在 DocsView 中显示数据的枚举类型。在对 DocsView.setMode
的调用中使用这些值。
如果使用 https://www.googleapis.com/auth/drive
或 https://www.googleapis.com/auth/drive.readonly
以外的范围,建议使用 DocsViewMode.LIST
,因为用户尚未授予对缩略图的访问权限。
签名
export enum DocsViewMode
成员
名称 | 说明 |
---|---|
GRID |
以缩略图网格形式显示文档。 |
LIST |
在详细列表中显示文档。 |