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
DiffLine
Interface DiffLine
interface
DiffLine
{
kind
:
"context"
|
"add"
|
"del"
|
"meta"
;
newNo
:
null
|
number
;
oldNo
:
null
|
number
;
text
:
string
;
}
Index
Properties
kind
new
No
old
No
text
Properties
kind
kind
:
"context"
|
"add"
|
"del"
|
"meta"
new
No
newNo
:
null
|
number
old
No
oldNo
:
null
|
number
text
text
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
new
No
old
No
text
gateline — API reference
Loading...