i2 Notebook SDK
Search results for

    Show/hide table of contents

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

    app.TransactionHandler type

    A callback function that performs read-only work on the application or its contents.

    Signature:

    type TransactionHandler = (applicationContents: IApplicationContents) => void | Promise<void>;
    

    References: IApplicationContents

    Introduced: version 1.0

    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