Specifies that a parameter's value should be determined by having the user select a subset from a list of pre-canned options interactively at deploy time. Will result in errors if used on parameters of type other than string[].
[[["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.MultiSelectInput interface\n\nSpecifies that a parameter's value should be determined by having the user select a subset from a list of pre-canned options interactively at deploy time. Will result in errors if used on parameters of type other than `string[]`.\n\n**Signature:** \n\n export interface MultiSelectInput \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------|-------------|\n| [multiSelect](./firebase-functions.params.multiselectinput.md#paramsmultiselectinputmultiselect) | { options: Array\\\u003c[SelectOptions](./firebase-functions.params.selectoptions.md#paramsselectoptions_interface)\\\u003cstring\\\u003e\\\u003e; } | |\n\nparams.MultiSelectInput.multiSelect\n-----------------------------------\n\n**Signature:** \n\n multiSelect: {\n options: Array\u003cSelectOptions\u003cstring\u003e\u003e;\n };"]]