You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`enableDrives`|`enable-drives`||`boolean \| undefined`|| Indicates whether to enable drives in the view. |
138
-
|`includeFolders`|`include-folders`||`boolean \| undefined`|| Indicates whether to include folders in the view. |
139
-
|`label`|`label`||`string \| undefined`|| The label of the view. |
140
-
|`mimeTypes`|`mime-types`||`string \| undefined`|| The MIME types to filter the view by. |
141
-
|`mode`|`mode`||`"GRID" \| "LIST"`| "GRID" | The mode of the view. This should be one of the values of the `google.picker.DocsViewMode` enum. |
142
-
|`ownedByMe`|`owned-by-me`||`boolean \| undefined`|| Indicates whether to show only files owned by the user in the view. |
143
-
|`parent`|`parent`||`string \| undefined`|| The ID of the parent folder to restrict the view to. |
144
-
|`query`|`query`||`string \| undefined`|| The query string to filter the view by. |
145
-
|`selectFolderEnabled`|`select-folder-enabled`||`boolean \| undefined`|| Indicates whether selecting folders is enabled in the view. |
146
-
|`starred`|`starred`||`boolean \| undefined`|| Indicates whether to show only starred files in the view. |
147
-
|`view`|| readonly |`DocsView`|| Gets the Google Drive Picker view based on the current property values. |
148
-
|`viewId`|`view-id`||`"DOCS" \| "DOCS_IMAGES" \| "DOCS_IMAGES_AND_VIDEOS" \| "DOCS_VIDEOS" \| "DOCUMENTS" \| "DRAWINGS" \| "FOLDERS" \| "FORMS" \| "IMAGE_SEARCH" \| "PDFS" \| "PHOTO_ALBUMS" \| "PHOTO_UPLOAD" \| ... 6 more ... \| "YOUTUBE"`| "DOCS" | The ID of the view. This should be one of the values of the<br />`google.picker.ViewId` enum.<br /><br />Note: The default value is `DOCS` which corresponds to the<br />`google.picker.ViewId.DOCS` enum value in the Google Drive Picker API and<br />corresponsds to all Google Drive document types. |
0 commit comments