Handbook · Reference · Item fields
Bindable item fields
Where in the UI. Any DataRef picker that offers itemField.
These are columns on the live item row. Complex blobs (tags, documents, history, image arrays as a whole) are not in this picker — use indexed image slots, metrics, or scripts.
| Field | Input | Writable | Meaning |
|---|---|---|---|
title | text | yes | Primary label shown on the canvas and in lists. |
description | text | yes | Longer body copy. |
comments | text | yes | Free notes. |
metaData | text | yes | Extra unstructured metadata string. |
amount | number | yes | Quantity. |
amountUnit | text | yes | Unit for amount. |
procuredAt | timestamp | yes | When the thing was acquired. |
createdAt | timestamp | no | Host creation time. Bind for display only. |
valueNew | number | yes | Replacement / new value. |
valueNow | number | yes | Current estimated value. |
currency | text | yes | Currency code or symbol. |
rating | number | yes | Numeric rating. |
productCode | text | yes | External product code. |
internalProductCode | text | yes | Internal code. |
transponderCodeA | text | yes | RFID / NFC code A. |
transponderCodeB | text | yes | RFID / NFC code B. |
weight | number | yes | Mass. |
weightUnit | text | yes | Mass unit. |
dimensionsWidth | number | yes | Width. |
dimensionsDepth | number | yes | Depth. |
dimensionsHeight | number | yes | Height. |
dimensionUnit | text | yes | Length unit. |
compressibility | number | yes | How much the item can compress in packing. |
condition | text | yes | Condition note. |
wasSorted | boolean | yes | Whether the item was sorted. |
location | text | yes | Free-text location. |
linkOut | text | yes | Outbound URL (text/image/button href). |
canvasW | number | yes | Authored canvas width. |
canvasH | number | yes | Authored canvas height. |
x | number | yes | Canvas X. |
y | number | yes | Canvas Y. |
width | number | yes | On-canvas width. |
height | number | yes | On-canvas height. |
backgroundColor | color | yes | Item fill. |
textColor | color | yes | Default text color. |
borderColor | color | yes | Frame color. |
primaryColor | color | yes | Accent A. |
secondaryColor | color | yes | Accent B. |
frameThickness | number | yes | Border width. |
borderRadius | number | yes | Corner radius. |
rotationDeg | number | yes | Rotation in degrees. |
fontSize | number | yes | Default type size. |
enumeration | number | yes | Ordinal among siblings. |
layoutInUse | number | yes | Which layout index is showing. |
zIndex | number | yes | Stacking order on the canvas. |
owner | text | yes | Owner name. |
addedBy | text | yes | Who added the item. |
loanedTo | text | yes | Borrower. |
loanedAt | timestamp | yes | When it was loaned. |
stockContainer | boolean | yes | Treat as stock bin. |
isContainer | boolean | yes | May contain children. |
isLocked | boolean | yes | Locked against casual edits. |
svgDataDrivenBackground | boolean | yes | SVG background driven by data. |
privacyCategory | number | yes | Privacy band for cloud/share. |
dataIntegrityImportance | number | yes | How carefully the host should treat this row. |
Source: app/lib/itemFields/itemFieldAdapter.ts.