An abstract class for building a ProseMirror Plugin.
The schema to build the plugin against.
Protected
_onProtected
Handle a click on the editor.
The ProseMirror editor view.
The position in the ProseMirror document that the click occurred at.
The current ProseMirror Node that the click has bubbled to.
The position of the click within this Node.
The click event.
Whether this Node is the one that was directly clicked on.
A return value of true indicates the event has been handled, it will not propagate to other plugins, and ProseMirror will call preventDefault on it.
Static
build
A class responsible for managing click events inside a ProseMirror editor.