Skip to content

ElectronWebFrame.getWordSuggestions method

ElectronWebFrame › getWordSuggestions

Unofficial

Returns a list of suggested words for a given word.

Signature:

getWordSuggestions(word: string): string[]

Parameters:

Parameter Type Description
word string The word to get suggestions for.

Returns: string[]The suggested words. Empty if the word is spelled correctly.