i2 Notebook SDK
Search results for

    Show/hide table of contents

    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

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