Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DiffLineDetails

Details about a line within the difference.

Properties

Optional baseLine

baseLine: undefined | number

The number of a line in the base version. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional conflictMarker

conflictMarker: ConflictMarker

Indicates whether a line in a conflicted section of the difference is from the base version, the target version, or if its just a marker indicating the beginning, middle, or end of a conflicted section.

Optional lineContent

lineContent: undefined | string

The contents of a line.

Optional targetLine

targetLine: undefined | number

The number of a line in the target version. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj