# Interface: SimpleAutocompleteOption<T>

Defined in: [api.ts:2108](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/api.ts#L2108)

A result from a parameter autocomplete function that pairs a UI display value with the underlying option that will be used in the formula when selected.

## Type Parameters

| Type Parameter | | --- | | `T` *extends* `AutocompleteParameterTypes` |

## Properties

### display

> **display**: `string`

Defined in: [api.ts:2110](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/api.ts#L2110)

Text that will be displayed to the user in UI for this option.

______________________________________________________________________

### value

> **value**: `TypeMap`\[`AutocompleteParameterTypeMapping`\[`T`\]\]

Defined in: [api.ts:2112](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/api.ts#L2112)

The actual value that will get used in the formula if this option is selected.
