__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// See docs https://codemirror.net/doc/manual.html#addon_foldgutter
import '../../';
declare module '../../' {
interface EditorConfiguration {
/**
* Provides an option foldGutter, which can be used to create a gutter with markers indicating the blocks that can be folded.
*/
foldGutter?: boolean | FoldGutterOptions | undefined;
}
interface FoldGutterOptions {
/**
* The CSS class of the gutter. Defaults to "CodeMirror-foldgutter". You will have to style this yourself to give it a width (and possibly a background).
*/
gutter?: string | undefined;
/**
* A CSS class or DOM element to be used as the marker for open, foldable blocks. Defaults to "CodeMirror-foldgutter-open".
*/
indicatorOpen?: string | Element | undefined;
/**
* A CSS class or DOM element to be used as the marker for folded blocks. Defaults to "CodeMirror-foldgutter-folded".
*/
indicatorFolded?: string | Element | undefined;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| brace-fold.d.ts | File | 187 B | 0644 |
|
| comment-fold.d.ts | File | 122 B | 0644 |
|
| foldcode.d.ts | File | 3.23 KB | 0644 |
|
| foldgutter.d.ts | File | 1.03 KB | 0644 |
|
| indent-fold.d.ts | File | 121 B | 0644 |
|
| markdown-fold.d.ts | File | 123 B | 0644 |
|
| xml-fold.d.ts | File | 692 B | 0644 |
|