Home > @i2analyze/notebook-sdk > app > ITrackedMutationCommit
app.ITrackedMutationCommit interface
A set of information that accompanies a request to commit a set of tracked mutations.
Signature:
interface ITrackedMutationCommit extends IMutationCommitBase
Extends: IMutationCommitBase
Introduced: version 1.1
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
actionDisplayName | string | Gets or sets the name to use for the entry in the undo stack that represents the commit. | |
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) |