i2 Notebook SDK
Search results for

    Show/hide table of contents

    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

    In this article
    Back to top © N. Harris Computer Corporation