Abstract

Hierarchy (view full)

Constructors

Methods

Constructors

  • An abstract class for building a ProseMirror Plugin.

    Parameters

    • schema: Schema

      The schema to build the plugin against.

    Returns ProseMirrorPlugin

    See

Methods

  • Build the plugin.

    Parameters

    • schema: Schema

      The ProseMirror schema to build the plugin against.

    • Optional options: object = {}

      Additional options to pass to the plugin.

    Returns Plugin

    Abstract