A simple plugin that records the dirty state of the editor.

Hierarchy (view full)

Constructors

Methods

Constructors

Methods

  • Build the plugin.

    Parameters

    • schema: any

      The ProseMirror schema to build the plugin against.

    • options: {} = {}

      Additional options to pass to the plugin.

      Returns Plugin<boolean>

      Abstract