SpellingSuggestion
Representation of a Spell Checker Suggestion SpellingSuggestion
export interface SpellingSuggestion {
'query'?: string;
'suggestion'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
query | Optional | string | Query for spelling suggestion {string} SpellingSuggestion |
suggestion | Optional | string | Spelling suggestion {string} SpellingSuggestion |