Primitive
atom.removeDataField
BETAShort name: removeDataField
Version: 1.0.0
System primitive that removes one field key from an atom data map.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| atomId | objectId | true | - |
| fieldName | string | true | - |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| atom | object | false | - |
| fieldName | string | false | - |
| removed | boolean | false | - |