Home > @i2analyze/notebook-sdk > app > ITrackedMutationInfo
app.ITrackedMutationInfo type
A response from a tracked mutation handler, which indicates whether the mutation should be committed or rolled back.
Signature:
type ITrackedMutationInfo = ITrackedMutationCommit | IMutationRollback;
References: ITrackedMutationCommit, IMutationRollback
Introduced: version 1.1