Beignet API reference
Preparing search index...
@beignet/cli
AppChangedFile
Type Alias AppChangedFile
One Git change classified relative to the selected Beignet app.
type
AppChangedFile
=
{
oldPath
?:
string
;
path
:
string
;
scope
:
AppChangeFileScope
;
status
:
GitChangedFileStatus
;
}
Index
Properties
old
Path?
path
scope
status
Properties
Optional
old
Path
oldPath
?:
string
path
path
:
string
scope
scope
:
AppChangeFileScope
status
status
:
GitChangedFileStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
old
Path
path
scope
status
Beignet API reference
Loading...
One Git change classified relative to the selected Beignet app.