NoChangeConstraint Interface
A constraint which requires that, for this transaction to apply, the document must be in the same state immediately before the transaction is applied as it was before the transaction was authored. When used as a revert precondition it requires that, for the revert to apply, the document must be in the same state immediately before the revert is applied as it was after the transaction was applied.
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 NoChangeConstraint
Properties
| Property | Alerts | Modifiers | Type | Description |
|---|---|---|---|---|
| type | Alpha | readonly | "noChange" |
Property Details
type
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
readonly type: "noChange";
Type: "noChange"