AutocompleteMode type

Specifies the mode for Autocomplete. The default is 'oneTerm'. Use 'twoTerms' to get shingles and 'oneTermWithContext' to use the current context in producing autocomplete terms.

type AutocompleteMode = "oneTerm" | "twoTerms" | "oneTermWithContext"