i2 Notebook SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/notebook-sdk > app > UntrackedMutationHandler

    app.UntrackedMutationHandler type

    A function that performs untracked mutations.

    Signature:

    type UntrackedMutationHandler = (application: IApplicationContents, mutations: IUntrackedMutations, cancelation: ICancelation) => IUntrackedMutationInfo | Promise<IUntrackedMutationInfo>;
    

    References: IApplicationContents, IUntrackedMutations, ICancelation, IUntrackedMutationInfo

    Introduced: version 1.1

    Parameters

    Parameter Description
    application The contents of the application that the function can operate on.
    mutations A collection of methods that can perform untracked mutations.
    cancelation An object that detects when a user requests cancelation of the mutations.

    Remarks

    This function must not maintain references to charts or any of their objects after the work completes.

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