ShowHandlerOptionsOptions 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. §view: EditorView[src]The editor's view.