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
    • Returns any

  • actorDestroyed:function
    • Returns any

  • initContextMenu:function
    • Parameters

      • event: any
      • editFlags: any
      • actor: any

      Returns any

  • recheck:function
    • Returns any

  • replaceMisspelling:function
    • Parameters

      • suggestion: any

      Returns any

  • selectDictionaries:function
    • Parameters

      • localeCodes: any

      Returns any

  • toggleEnabled:function
    • Returns any

  • uninitContextMenu:function
    • Returns any

Generated using TypeDoc