Variable InlineSpellCheckerContent
InlineSpellCheckerContent: {
_actor: any;
_spellChecker: any;
_generateSpellSuggestions(): any;
actorDestroyed(): any;
initContextMenu(event: any, editFlags: any, actor: any): any;
recheck(): any;
replaceMisspelling(suggestion: any): any;
selectDictionaries(localeCodes: any): any;
toggleEnabled(): any;
uninitContextMenu(): any;
}
Type declaration
-
_actor: any
-
_spellChecker: any
-
_generateSpellSuggestions:function
- _generateSpellSuggestions(): any
-
Returns any
-
actorDestroyed:function
- actorDestroyed(): any
-
Returns any
-
initContextMenu:function
-
Parameters
-
event: any
-
editFlags: any
-
actor: any
Returns any
-
recheck:function
- recheck(): any
-
Returns any
-
replaceMisspelling:function
- replaceMisspelling(suggestion: any): any
-
Returns any
-
selectDictionaries:function
- selectDictionaries(localeCodes: any): any
-
Returns any
-
toggleEnabled:function
- toggleEnabled(): any
-
Returns any
-
uninitContextMenu:function