Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

Index

Constructors

Methods

Constructors

Methods

  • build(schema: any, options?: {}): Plugin<boolean>
  • Build the plugin.

    Parameters

    • schema: any

      The ProseMirror schema to build the plugin against.

    • options: {} = {}

      Returns Plugin<boolean>