GutterType

sealed class GutterType

Identifies the type of a gutter column.

Standard types like LineNumbers and ActiveLineGutter are used for built-in gutter functionality. Use Custom for user-defined gutters.

Inheritors

Types

Link copied to clipboard

Marker-only column that highlights the active line's gutter.

Link copied to clipboard
data class Custom(val name: String) : GutterType

A custom gutter identified by a name.

Link copied to clipboard
data object LineNumbers : GutterType

The line numbers gutter column.