Reviewer Suggestion
Preparing search index...
index
ChangedFile
Interface ChangedFile
A changed file; previousPath preserves history for renames.
interface
ChangedFile
{
path
:
string
;
previousPath
?:
string
;
status
:
"added"
|
"modified"
|
"renamed"
|
"deleted"
;
}
Index
Properties
path
previous
Path?
status
Properties
path
path
:
string
Optional
previous
Path
previousPath
?:
string
status
status
:
"added"
|
"modified"
|
"renamed"
|
"deleted"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
previous
Path
status
Reviewer Suggestion
Loading...
A changed file; previousPath preserves history for renames.