Skip to content
SnekOfSpice edited this page Feb 5, 2025 · 2 revisions

Default header

Open up the default header view under Setup -> Header. It'll be empty when you start a new project.

grafik

Anatomy

The header is a bit of information that gets sent with every Line as it gets read. You can handle this however you like.

In the Header Defaults window, you decide the schema of that data and the default content.

Every entry has a property name, a default value, and a data type. The first default value that gets added is called "property0" and is of type string and contains the value "value 1".

The property name will be a key by which you can access whatever data is stored in the value field of the header per line.

grafik

Once the header schema is not empty, all lines will get access to the "header" tab. Through this, you can edit the header contents of each individual line. Notice how you can only edit the value here.

grafik

Data types

Currently, headers support 3 data types.

grafik

String

A string of characters.

Drop Down

You create a container for dropdowns to live in. Then you get to select which dropdown is used for the data and which of its options you send in the header.

Boolean

Boolean. Basic stuff.

Transforming headers

lmao

Clone this wiki locally