Primitive
data.pick
BETAShort name: pick
Version: 1.0.0
Return a shallow object containing only requested keys.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| keys | array | true | Keys to include. |
| source | object | true | Source plain object. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | object | false | Shallow picked object. |