Home > @i2analyze/notebook-sdk > app > IUntrackedMutationCommit
app.IUntrackedMutationCommit interface
A set of information that accompanies a request to commit a set of untracked mutations.
Signature:
interface IUntrackedMutationCommit extends IMutationCommitBase
Extends: IMutationCommitBase
Introduced: version 1.1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
report? | IMutationReport | (Optional) Gets or sets a optional report that describes the result of one or more mutations. (Inherited from IMutationCommitBase) |
|
type | 'commit' | Gets or sets the type of the request, which must be (Inherited from IMutationCommitBase) |