Alokai

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