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

ShowHandlerOptions

Options for ShowHandler.

interface ShowHandlerOptions {
line: Line;
pos: number;
view: EditorView;
}

§Properties

§
line: Line
[src]

The line that the drop indicator should be shown at.

§
pos: number
[src]

The ProseMirror position that the drop indicator should be shown at.

§

The editor's view.