A segment (block of CONTEXT, ADDED, or REMOVED lines) within a hunk

interface BitbucketDiffSegment {
    lines: BitbucketDiffLine[];
    truncated: boolean;
    type: DiffSegmentType;
}

Properties

Properties

truncated: boolean