Home > @i2analyze/notebook-sdk > app > IMutationRollback
app.IMutationRollback interface
A set of information that accompanies a request to roll back a set of mutations.
Signature:
interface IMutationRollback
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 | 'rollback' | Gets or sets the type of the request, which must be "rollback" for rollback requests. |