ISPO SDK
ISPO
Preparing search index...
core
GitExternalApi
Interface GitExternalApi
Markdown
Copy Markdown
interface
GitExternalApi
{
diffFile
(
slotId
:
string
,
path
:
string
)
:
Promise
<
ExternalGitDiffResult
>
;
log
(
slotId
:
string
,
limit
:
number
,
cursorSha
?:
string
,
)
:
Promise
<
ExternalGitLogResult
>
;
show
(
slotId
:
string
,
sha
:
string
)
:
Promise
<
ExternalGitChangedFile
[]
>
;
status
(
slotId
:
string
)
:
Promise
<
ExternalGitChangedFile
[]
>
;
}
Index
Methods
diff
File
log
show
status
Methods
diff
File
diffFile
(
slotId
:
string
,
path
:
string
)
:
Promise
<
ExternalGitDiffResult
>
Parameters
slotId
:
string
path
:
string
Returns
Promise
<
ExternalGitDiffResult
>
log
log
(
slotId
:
string
,
limit
:
number
,
cursorSha
?:
string
,
)
:
Promise
<
ExternalGitLogResult
>
Parameters
slotId
:
string
limit
:
number
Optional
cursorSha
:
string
Returns
Promise
<
ExternalGitLogResult
>
show
show
(
slotId
:
string
,
sha
:
string
)
:
Promise
<
ExternalGitChangedFile
[]
>
Parameters
slotId
:
string
sha
:
string
Returns
Promise
<
ExternalGitChangedFile
[]
>
status
status
(
slotId
:
string
)
:
Promise
<
ExternalGitChangedFile
[]
>
Parameters
slotId
:
string
Returns
Promise
<
ExternalGitChangedFile
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
diff
File
log
show
status
ISPO
ISPO SDK
Loading...