Module enums

Module enums 

Source
Expand description

Enumeration types for the code diff module.

This module contains simple enums used throughout the diff widget:

  • DiffLineKind - The type of a diff line (context, added, removed, hunk header)
  • DiffStyle - The display style for the diff (side-by-side, unified, inline)

Enumsยง

DiffLineKind
Represents the type of a line in a diff.
DiffStyle
Represents the display style for a diff view.