Options
All
  • Public
  • Public/Protected
  • All
Menu
abstract

Hierarchy

Index

Constructors

Methods

Constructors

  • An abstract class for building a ProseMirror Plugin.

    see

    {Plugin}

    Parameters

    • schema: Schema

      The schema to build the plugin against.

    Returns ProseMirrorPlugin

Methods

  • build(schema: Schema, options?: any): Plugin
  • Build the plugin.

    abstract

    Parameters

    • schema: Schema

      The ProseMirror schema to build the plugin against.

    • options: any = {}

    Returns Plugin