HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/@types/codemirror/addon/scroll/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/@types/codemirror/addon/scroll/scrollpastend.d.ts
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;
    }
}