Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

SpellingSuggestion

Representation of a Spell Checker Suggestion SpellingSuggestion

export interface SpellingSuggestion {
	'query'?: string;
	'suggestion'?: string;
}

Properties

NameRequiredTypeDescription
queryOptionalstringQuery for spelling suggestion {string} SpellingSuggestion
suggestionOptionalstringSpelling suggestion {string} SpellingSuggestion

On this page