Options
All
  • Public
  • Public/Protected
  • All
Menu

The shape of the autocomplete result.

Hierarchy

  • AutoCompleteResult

Index

Properties

dataIndex: number

The index of the result in the original data list.

filteredData: readonly AutoCompleteData[]

The list of data that has been filtered based on the current value.

index: number

The index of the result in the filtered data list.

result: Readonly<AutoCompleteData>

The current autocomplete result.

value: string

The stringified value of the autocomplete data by using getResultValue on the result. This is really just used for the default behavior of autocompleting the text field's value to this value.

Generated using TypeDoc