Cm5GutterConfig
Unofficial
Configuration for a gutter in CodeMirror 5.
Import:
import type { Cm5GutterConfig } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface Cm5GutterConfigProperties
| Property | Type | Description | |
|---|---|---|---|
| className | string | The CSS class name for the gutter. | |
| style? | string | Optional inline CSS style. |
Links to this page: