[[["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 2024-02-09 UTC."],[],[],null,["# params.SelectInput interface\n\nSpecifies that a parameter's value should be determined by having the user select from a list of pre-canned options interactively at deploy time.\n\n**Signature:** \n\n export interface SelectInput\u003cT = unknown\u003e \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|-------------|\n| [select](./firebase-functions.params.selectinput.md#paramsselectinputselect) | { options: Array\\\u003c[SelectOptions](./firebase-functions.params.selectoptions.md#paramsselectoptions_interface)\\\u003cT\\\u003e\\\u003e; } | |\n\nparams.SelectInput.select\n-------------------------\n\n**Signature:** \n\n select: {\n options: Array\u003cSelectOptions\u003cT\u003e\u003e;\n };"]]