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
| Parameter | Description |
|---|---|
| TValue |
Properties
| Property | Alerts | Type | Description |
|---|---|---|---|
| value | Alpha | TValue | The 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