Home > @jsplumbtoolkit/browser-ui > TransactionCleanupAction
TransactionCleanupAction type
Defines the available actions in response to a new transaction being opened when one is currently open.
Signature:
export declare type TransactionCleanupAction = typeof COMMIT_CURRENT | typeof ROLLBACK_CURRENT | typeof APPEND_TO_CURRENT;
References: COMMIT_CURRENT, ROLLBACK_CURRENT, APPEND_TO_CURRENT