קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Feature הוא סוג ממוספר, שמאפשר להפעיל או להשבית תכונות בתצוגות שונות.
משתמשים בערכים האלה בקריאות ל-PickerBuilder.enableFeature ול-PickerBuilder.disableFeature.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# Enum Feature\n\n`Feature` is an enumerated type, for turning on/off features for various views.\nUse these values in calls to `PickerBuilder.enableFeature` and\n`PickerBuilder.disableFeature`.\n\nSignature\n---------\n\n export enum Feature\n\nMembers\n-------\n\n| Name | Description |\n|-------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|\n| [`MINE_ONLY`](./picker.feature.mine_only) | Show only documents owned by the user when showing items from Google Drive. |\n| [`MULTISELECT_ENABLED`](./picker.feature.multiselect_enabled) | Allow user to choose more than one item. |\n| [`NAV_HIDDEN`](./picker.feature.nav_hidden) | Hide the navigation pane. If the navigation pane is hidden, users can only select from the first view chosen. |\n| [`SIMPLE_UPLOAD_ENABLED`](./picker.feature.simple_upload_enabled) | For photo uploads, controls whether per-photo `DocumentObject` (as opposed to per-album) `DocumentObject` is enabled. |\n| [~~`SUPPORT_DRIVES`~~](./picker.feature.support_drives) | *(Deprecated)* Whether shared drive items are included in results. |"]]