Hierarchy (View Summary)

Constructors

Methods

Constructors

  • An abstract class for building a ProseMirror Plugin.

    Parameters

    • schema: Schema

      The schema to build the plugin against.

    Returns ProseMirrorPlugin

Methods

  • Build the plugin.

    Parameters

    • schema: Schema

      The ProseMirror schema to build the plugin against.

    • Optionaloptions: object = {}

      Additional options to pass to the plugin.

    Returns Plugin