[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-20 UTC."],[],[],null,["Enable a picker feature.\n\nExamples\n\nBasic usage \n\n const builder = new google.pickerPickerBuilder()\n .enableFeature(google.picker.Feature.MULTISELECT_ENABLED)\n .enableFeature(google.picker.Feature.MINE_ONLY);\n\nSignature \n\n enableFeature(feature: Feature): PickerBuilder;\n\nDetails\n\n| Optional | No |\n| Final | No |\n| Protected | No |\n| Static | No |\n|-----------|----|\n\nParameters\n\n| Name | Type | Optional | Description |\n|-----------|-----------------------------|----------|-------------|\n| `feature` | [Feature](./picker.feature) | No | |\n\nReturns\n\n[PickerBuilder](./picker.pickerbuilder)"]]