Interface BrokenLinksStatistics

Hierarchy

  • BrokenLinksStatistics

Properties

leftBrokenLinks: number

Number of broken links only in path1

rightBrokenLinks: number

Number of broken links only in path2

distinctBrokenLinks: number

Number of broken links with same name appearing in both path1 and path2 (leftBrokenLinks + rightBrokenLinks + distinctBrokenLinks)

totalBrokenLinks: number

Total number of broken links

Generated using TypeDoc