Skip to main content

WithValue Interface

Contains a value returned from a transaction.

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 WithValue<TValue>

Type Parameters

ParameterDescription
TValue

Properties

PropertyAlertsTypeDescription
valueAlphaTValueThe user-supplied value.

Property Details

value

The user-supplied value.

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

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

Signature

value: TValue;

Type: TValue