Home > @i2analyze/notebook-sdk > app > ITransactionOptions
app.ITransactionOptions interface
A set of options that enable control over a callback function during execution.
Signature:
interface ITransactionOptions
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
signal? | readonly |
AbortSignal | (Optional) Gets a signal that can abort execution of a callback function. |