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