Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CompareLineResult

The result of a comparison of two lines in the two content input strings.

Properties

Optional diffType

diffType: undefined | string

The result of the line comparison. An empty string means the lines being compared are the same. A pipe, |, means the lines are different, and a caret, > or <, means the line is only found either on the right or the left.

Optional leftContent

leftContent: undefined | string

A line from the content on the left. This may be empty if there is no matching line on the left for a line in the right content.

Optional leftIndices

leftIndices: undefined | string

A comma delimited set of indices that identify which characters are different from those in the right string.

Optional rightContent

rightContent: undefined | string

A line from the content on the right. This may be empty if there is no matching line on the right for a line in the left content.

Optional rightIndices

rightIndices: undefined | string

A comma delimited set of indices that identify which characters are different from those in the left string.

Functions

getDeserializedJsonObj

getJsonObj