Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutoCompleteResult

The shape of the autocomplete result.

Hierarchy

  • AutoCompleteResult

Index

Properties

Readonly dataIndex

dataIndex: number

The index of the result in the original data list.

Readonly filteredData

filteredData: readonly AutoCompleteData[]

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

Readonly index

index: number

The index of the result in the filtered data list.

Readonly result

result: Readonly<AutoCompleteData>

The current autocomplete result.

Readonly value

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