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ยง
- Diff
Line Kind - Represents the type of a line in a diff.
- Diff
Style - Represents the display style for a diff view.