Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
ViewId ist ein enumerierter Typ für die verschiedenen Ansichten, die in der Auswahl verfügbar sind.
Verwenden Sie diese Werte in Aufrufen von DocsView und PickerBuilder.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-11-08 (UTC)."],[[["`ViewId` is an enumerated type used to specify the types of files displayed in the Google Picker."],["These values are used within the `DocsView` and `PickerBuilder` components to control the Picker's view."],["It provides options for various Google Drive file types such as documents, images, videos, folders, and more."],["Some `ViewId` options have been deprecated and should no longer be used."]]],["`ViewId` is an enumerated type that defines the different views within the Picker. It's used in `DocsView` and `PickerBuilder` calls. Members include views for various Google Drive file types like `DOCS`, `DOCUMENTS`, `DRAWINGS`, `FOLDERS`, `PDFS`, `PRESENTATIONS`, and `SPREADSHEETS`. Other views specify media types, such as `DOCS_IMAGES`, `DOCS_VIDEOS`, and `DOCS_IMAGES_AND_VIDEOS`. Several views are deprecated, such as `IMAGE_SEARCH`, `MAPS`, `PHOTOS`, and `YOUTUBE`.\n"]]