Skip to content

Cell Types

A layout row is made up of cells. There are seven cell types.

Summary table

TypeData field?Supports From setup?Description
Text FieldShort single-line text entry
Text AreaMulti-line text entry
Date FieldDate picker
Time FieldTime picker
Static LabelFixed heading or note text; never edited
Logo / ImageOrganisation logo embedded at layout design time
Empty / SpacerBlank filler cell for spacing

"Data field" means the cell can hold a BoxConfig (fixed, editable, or from setup). Non-data cells have no configurable value.

📸 Screenshot — Cell type picker in the Layout Builder

The inspector panel in the Layout Builder showing the full type picker grid with all seven cell types visible. Capture this by selecting a Spacer cell in the canvas.


Text Field

Short text entry. Use for single-line values like turbine IDs, names, or codes.

PropertyDescription
Field labelRequired. The small caption above the value (e.g. Turbine ID)
Before valueOptional prefix text rendered before the entered value (e.g. R:)
After valueOptional suffix text rendered after the entered value (e.g. mm)
Row spanHow many rows this cell occupies vertically (default 1)

Text Area

Multi-line text entry. Use for descriptions, notes, or observations.

PropertyDescription
Field labelRequired. (e.g. Description of Work)
Row spanTypically set to 2 or more for readable multi-line input

Text Areas do not support prefix/suffix.


Date Field

Date picker. Renders as a native date input during inspection.

PropertyDescription
Field labelRequired. (e.g. Inspection Date)
Before valueOptional prefix
After valueOptional suffix

When set to From setup, the date is entered once on the Setup screen and copied to all cards. Date fields are never prefilled by "Remember last used values".


Time Field

Time picker. Renders as a native time input during inspection.

PropertyDescription
Field labelRequired. (e.g. Start Time)
Before valueOptional prefix
After valueOptional suffix

When set to From setup, same behaviour as Date Field.


Static Label

Fixed heading or note. The text is set in the layout and never changes at inspection time. Use for section headings, section dividers, or fixed annotation text.

PropertyDescription
Label textRequired. The text that appears on the card (e.g. DESCRIPTION OF WORK)

Static Labels are not data cells — they do not appear in the Box configuration of a card.


Logo / Image

Organisation logo or image. Upload a PNG, JPEG, or SVG in the Layout Builder. The image is embedded as a base64 data URL inside the layout definition.

PropertyDescription
ImageUpload via the Upload logo button. Maximum ~250 KB after compression.

Images are resized to fit a maximum of 800 × 300 px at 85% JPEG quality. SVGs are stored as-is.

Logo cells are not data cells.


Empty / Spacer

Blank filler cell. Occupies column space without displaying any content. Use to create visual gaps in a row.

No configuration needed. To add content, select the cell and change its type in the inspector.

VBIC — Virtual Blade Inspection Card