/usr/share/nodejs/@types/codemirror/addon/scroll
NameSizeModeActions
annotatescrollbar.d.ts6870644editdlrm
scrollpastend.d.ts3150644editdlrm
simplescrollbars.d.ts1710644editdlrm
Edit: /usr/share/nodejs/@types/codemirror/addon/scroll/scrollpastend.d.ts (315B)
import '../../'; declare module '../../' { interface EditorConfiguration { /** * When the end of the file is reached it allows you to keep scrolling so that your last few lines of code are not stuck at the bottom of the editor. */ scrollPastEnd?: boolean | undefined; } }