76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
}
For the last event, `oResult` will be `null`.
### Get spelling suggestions
`oGrammalecteAPI.getSpellingSuggestions(word, destination, error_identifier)`
Parameters:
- word (string)
- destination: node_id (string)
|
|
|
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
}
For the last event, `oResult` will be `null`.
### Get spelling suggestions
oGrammalecteAPI.getSpellingSuggestions(word, destination, error_identifier)
Parameters:
- word (string)
- destination: node_id (string)
|