__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
import '../../';
declare module '../../' {
interface StyleActiveLine {
/**
* Controls whether single-line selections, or just cursor selections, are styled. Defaults to false (only cursor selections).
*/
nonEmpty: boolean;
}
interface EditorConfiguration {
/**
* When enabled gives the wrapper of the line that contains the cursor the class CodeMirror-activeline,
* adds a background with the class CodeMirror-activeline-background, and adds the class CodeMirror-activeline-gutter to the line's gutter space is enabled.
*/
styleActiveLine?: StyleActiveLine | boolean | undefined;
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| active-line.d.ts | File | 679 B | 0644 |
|
| mark-selection.d.ts | File | 416 B | 0644 |
|
| selection-pointer.d.ts | File | 375 B | 0644 |
|