gate
line
Documentation home
How It Works
Onboarding
Reference
API reference
Preparing search index...
The search index is not available
gateline — API reference
gateline — API reference
core/src
DiffFile
Interface DiffFile
interface
DiffFile
{
additions
:
number
;
deletions
:
number
;
hunks
:
DiffHunk
[]
;
newPath
:
string
;
oldPath
:
string
;
status
:
"binary"
|
"modified"
|
"added"
|
"deleted"
|
"renamed"
;
}
Index
Properties
additions
deletions
hunks
new
Path
old
Path
status
Properties
additions
additions
:
number
deletions
deletions
:
number
hunks
hunks
:
DiffHunk
[]
new
Path
newPath
:
string
old
Path
oldPath
:
string
status
status
:
"binary"
|
"modified"
|
"added"
|
"deleted"
|
"renamed"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additions
deletions
hunks
new
Path
old
Path
status
gateline — API reference
Loading...