Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

§Functions

createDropIndicatorPlugin

§Interfaces

DragEventHandlerOptions

Options for DragEventHandler.

DropIndicatorPluginOptions
Line
Point
ShowHandlerOptions

Options for ShowHandler.

ViewDragging

An interface matching the internal ProseMirror implementation.

§Type Aliases

DragEventHandler

A function that will be called when the dragover event is fired. You can return false to disable the current drop point and thus hide the drop indicator.

ShowHandler

A function that will be called when the drop indicator should be shown.