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.