ViewDragging
An interface matching the internal ProseMirror implementation.
See https://github.com/ProseMirror/prosemirror-view/blob/1.38.1/src/input.ts#L657
interface ViewDragging {
readonly move: boolean;
readonly node?: NodeSelection;
readonly slice: Slice;
}