Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutocompleteResult

Package version

The result of Autocomplete query.

Hierarchy

  • AutocompleteResult

Index

Properties

Properties

Optional coverage

coverage: undefined | number

A value indicating the percentage of the index that was considered by the autocomplete request, or null if minimumCoverage was not specified in the request. NOTE: This property will not be serialized. It can only be populated by the server.

results

results: AutocompleteItem[]

The list of returned Autocompleted items. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc