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.

FieldInputWritableMeaning
titletextyesPrimary label shown on the canvas and in lists.
descriptiontextyesLonger body copy.
commentstextyesFree notes.
metaDatatextyesExtra unstructured metadata string.
amountnumberyesQuantity.
amountUnittextyesUnit for amount.
procuredAttimestampyesWhen the thing was acquired.
createdAttimestampnoHost creation time. Bind for display only.
valueNewnumberyesReplacement / new value.
valueNownumberyesCurrent estimated value.
currencytextyesCurrency code or symbol.
ratingnumberyesNumeric rating.
productCodetextyesExternal product code.
internalProductCodetextyesInternal code.
transponderCodeAtextyesRFID / NFC code A.
transponderCodeBtextyesRFID / NFC code B.
weightnumberyesMass.
weightUnittextyesMass unit.
dimensionsWidthnumberyesWidth.
dimensionsDepthnumberyesDepth.
dimensionsHeightnumberyesHeight.
dimensionUnittextyesLength unit.
compressibilitynumberyesHow much the item can compress in packing.
conditiontextyesCondition note.
wasSortedbooleanyesWhether the item was sorted.
locationtextyesFree-text location.
linkOuttextyesOutbound URL (text/image/button href).
canvasWnumberyesAuthored canvas width.
canvasHnumberyesAuthored canvas height.
xnumberyesCanvas X.
ynumberyesCanvas Y.
widthnumberyesOn-canvas width.
heightnumberyesOn-canvas height.
backgroundColorcoloryesItem fill.
textColorcoloryesDefault text color.
borderColorcoloryesFrame color.
primaryColorcoloryesAccent A.
secondaryColorcoloryesAccent B.
frameThicknessnumberyesBorder width.
borderRadiusnumberyesCorner radius.
rotationDegnumberyesRotation in degrees.
fontSizenumberyesDefault type size.
enumerationnumberyesOrdinal among siblings.
layoutInUsenumberyesWhich layout index is showing.
zIndexnumberyesStacking order on the canvas.
ownertextyesOwner name.
addedBytextyesWho added the item.
loanedTotextyesBorrower.
loanedAttimestampyesWhen it was loaned.
stockContainerbooleanyesTreat as stock bin.
isContainerbooleanyesMay contain children.
isLockedbooleanyesLocked against casual edits.
svgDataDrivenBackgroundbooleanyesSVG background driven by data.
privacyCategorynumberyesPrivacy band for cloud/share.
dataIntegrityImportancenumberyesHow carefully the host should treat this row.

Source: app/lib/itemFields/itemFieldAdapter.ts.