[[["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-09-20 UTC."],[],[],null,["# params.SelectOptions interface\n\nOne of the options provided to a `SelectInput`, containing a value and optionally a human-readable label to display in the selection interface.\n\n**Signature:** \n\n export interface SelectOptions\u003cT = unknown\u003e \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------|--------|-------------|\n| [label](./firebase-functions.params.selectoptions.md#paramsselectoptionslabel) | string | |\n| [value](./firebase-functions.params.selectoptions.md#paramsselectoptionsvalue) | T | |\n\nparams.SelectOptions.label\n--------------------------\n\n**Signature:** \n\n label?: string;\n\nparams.SelectOptions.value\n--------------------------\n\n**Signature:** \n\n value: T;"]]