GitHub
npm
Preparing search index...
The search index is not available
Bitbucket Data Center API Client
Bitbucket Data Center API Client
BitbucketDiffHunk
Interface BitbucketDiffHunk
A hunk (contiguous changed region) within a file diff
interface
BitbucketDiffHunk
{
destinationLine
:
number
;
destinationSpan
:
number
;
segments
:
BitbucketDiffSegment
[]
;
sourceLine
:
number
;
sourceSpan
:
number
;
truncated
:
boolean
;
}
Index
Properties
destination
Line
destination
Span
segments
source
Line
source
Span
truncated
Properties
destination
Line
destinationLine
:
number
destination
Span
destinationSpan
:
number
segments
segments
:
BitbucketDiffSegment
[]
source
Line
sourceLine
:
number
source
Span
sourceSpan
:
number
truncated
truncated
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
destination
Line
destination
Span
segments
source
Line
source
Span
truncated
GitHub
npm
Bitbucket Data Center API Client
Loading...
A hunk (contiguous changed region) within a file diff