DataEditType
PackageReified.Data
An opaque immutable edit applied by
Data.tryPatch or Data.patch.Specification
Kind
Type
Members
6
Examples
0
PathSignature
this.Path
CreateAppendSignature
DataEdit.CreateAppend(path, value)
CreateInsertSignature
DataEdit.CreateInsert(path, index, value)
CreatePrependSignature
DataEdit.CreatePrepend(path, value)
CreateReplaceSignature
DataEdit.CreateReplace(path, value)
Summary
| Name | Signature | Synopsis |
|---|---|---|
| Path | this.Path | The path targeted by the edit. |
| CreateAppend | DataEdit.CreateAppend(path, value) | No description available. |
| CreateInsert | DataEdit.CreateInsert(path, index, value) | No description available. |
| CreatePrepend | DataEdit.CreatePrepend(path, value) | No description available. |
| CreateReplace | DataEdit.CreateReplace(path, value) | No description available. |
| CreateSet | DataEdit.CreateSet(path, value) | No description available. |
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | |
| value | Data |
Returns
DataEdit
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | |
| index | int | |
| value | Data |
Returns
DataEdit
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | |
| value | Data |
Returns
DataEdit
Parameters
| Name | Type | Description |
|---|---|---|
| path | string | |
| value | Data |
Returns
DataEdit