Primitive
atom.read
BETAShort name: read
Version: 1.0.0
System primitive that reads a single atom and returns the public-safe serialized shape.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| atomId | objectId | true | Atom to read. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| atom | object | false | Serialized atom returned from serializeAtomForRead(atom, user). |