Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SuggestOutput

Typeahead results

Properties

Optional commands

commands: Array<string>

Context specific list of querylanguage commands if input is seeking command suggestions.

Optional examples

examples: Array<string>

Context specific list of querylanguage querystring examples if input is seeking queryString example suggestions.

Optional fieldValues

fieldValues: Array<string>

Context specific list of field values if input is seeking field value suggestions.

Optional fields

fields: Array<string>

Context specific list of querylanguage fields / columns if input is seeking field / column suggestions.

Optional options

options: Array<string>

Context specific list of querylanguage command options if input is seeking command option suggestions.

position

position: number

Character position suggestion should be placed in queryString provided as input. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional terms

terms: Array<string>

Context specific list of terms / phrases if input is seeking terms / phrase suggestions.

Functions

getDeserializedJsonObj

getJsonObj