# Interface: SimpleAutocompleteOption<T>

Defined in: [api.ts:2097](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L2097)

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:2099](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L2099)

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

______________________________________________________________________

### value

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

Defined in: [api.ts:2101](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api.ts#L2101)

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