Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SuggestResults

The list of potential matches returned from the suggest operation for the given input text. The size of the list will be determined by the limit parameter.

Properties

inputText

inputText: string

Input string for which the potential matches are computed.

Optional items

List of suggestions.

Optional searchLatencyInMs

searchLatencyInMs: undefined | number

Time taken to compute the result, in milliseconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

totalCount

totalCount: number

Total number of items returned. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj