Home > @i2analyze/notebook-sdk > app > IMutationCommitBase
app.IMutationCommitBase interface
A set of information that is common to requests to commit mutations of all types.
Signature:
interface 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. | |
type | 'commit' | Gets or sets the type of the request, which must be "commit" for commit requests. |