Primitive
pixel.create
BETAShort name: create
Version: 1.0.0
System primitive that creates a pixel contract.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| contract | object | true | PixelContract JSON to validate and persist. |
| isPublic | boolean | false | Whether the pixel is publicly readable. |
| isSystem | boolean | false | Whether to create a system pixel. Admin only. |
| name | string | false | Optional pixel display name. |
| ownerOrganizationAtomId | objectId|null | false | - |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| pixel | object | false | - |