GitHub
npm
Preparing search index...
The search index is not available
Bitbucket Data Center API Client
Bitbucket Data Center API Client
BitbucketDiffSegment
Interface BitbucketDiffSegment
A segment (block of CONTEXT, ADDED, or REMOVED lines) within a hunk
interface
BitbucketDiffSegment
{
lines
:
BitbucketDiffLine
[]
;
truncated
:
boolean
;
type
:
DiffSegmentType
;
}
Index
Properties
lines
truncated
type
Properties
lines
lines
:
BitbucketDiffLine
[]
truncated
truncated
:
boolean
type
type
:
DiffSegmentType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
lines
truncated
type
GitHub
npm
Bitbucket Data Center API Client
Loading...
A segment (block of CONTEXT, ADDED, or REMOVED lines) within a hunk