Jodit plugin system

Example

Jodit.plugins.add('emoji2', {
init() {
alert('emoji Inited2')
},
destruct() {}
});

Hierarchy

  • PluginSystem

Implements

Constructors

Methods

Constructors

Methods

  • Public method for async init all plugins

    Parameters

    Returns void

  • Add plugin in store

    Parameters

    Returns void

  • Get plugin from store

    Parameters

    • name: string

    Returns void | PluginType

  • Remove plugin from store

    Parameters

    • name: string

    Returns void

  • Returns the promise to wait for the plugin to load.

    Parameters

    • name: string

    Returns Promise<void>

Jodit PRO

If you like Jodit - try Jodit PRO