i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > IApplication > runTrackedMutations

    app.IApplication.runTrackedMutations() method

    Queues a function that performs tracked mutations on the application contents at the next available opportunity.

    Signature:

    runTrackedMutations(mutationHandler: TrackedMutationHandler, options?: ITransactionOptions): void;
    

    Introduced: version 1.1

    Parameters

    Parameter Type Description
    mutationHandler TrackedMutationHandler A function that performs one or more tracked mutations and reports on their success as a whole.
    options ITransactionOptions (Optional) An object that can control the transaction.

    Returns:

    void

    Remarks

    A mutation is an operation that can read or modify the contents of the application. A successful set of tracked mutations is added as a single entry to the undo stack.

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