Skip to main content

TransactionResultSuccess Interface

The result of a transaction that completed successfully.

This API is provided as an alpha preview and may change without notice.

To use, import via fluid-framework/alpha.

For more information about our API support guarantees, see here.

Signature

export interface TransactionResultSuccess<TSuccessValue> extends WithValue<TSuccessValue>

Extends: WithValue<TSuccessValue>

Type Parameters

ParameterDescription
TSuccessValue

Properties

PropertyAlertsTypeDescription
successAlphatrueThe success flag for a transaction that completed without being rolled back.

Property Details

success

The success flag for a transaction that completed without being rolled back.

This API is provided as an alpha preview and may change without notice.

For more information about our API support guarantees, see here.

Signature

success: true;

Type: true