Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommentThreadContext

Hierarchy

  • CommentThreadContext

Index

Properties

Optional filePath

filePath: string

File path relative to the root of the repository. It's up to the client to use any path format.

Optional leftFileEnd

leftFileEnd: CommentPosition

Position of last character of the thread's span in left file.

Optional leftFileStart

leftFileStart: CommentPosition

Position of first character of the thread's span in left file.

Optional rightFileEnd

rightFileEnd: CommentPosition

Position of last character of the thread's span in right file.

Optional rightFileStart

rightFileStart: CommentPosition

Position of first character of the thread's span in right file.

Generated using TypeDoc