Primitive
data.merge
BETAShort name: merge
Version: 1.0.0
Shallow merge right object onto left object.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| left | object | true | Left plain object. |
| right | object | true | Right plain object. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | object | false | Shallow merged object. |