User Guide

Properties

A property is a piece of data that can be attached to a component. The value can be displayed in the layout of the component or manipulated in a rule.


Types

Text

Title text, descriptions etc. are typical uses of a text property.

Integer

An integer value (like 5) that could represent the cost of a card, for example.

Real

A real number (like 2.5).

Boolean

Boolean properties can be either true or false. These are typically used in rules, but they can also be used to switch on / off layers in the layout.

Image

Image properties are useful if you intend to assign different images to different instances of a component.


Creating a property

A property is created from a component’s overview page.

Note that this merely declares that instances of this component will contain a particular property of a certain type. To actually set the values of the property, see the section below.

Assigning values

Each instance of a component can contain a different value for the same property.

Linking text

Properties can be displayed inside text boxes, including the middle of a sentence.

Linking images

When choosing the source of an image, the asset browser will display available image properties at the top.

Linking numbers

Number properties (both integers and reals) can be used to control various things on the layout. Pretty much any number field on the side panel can be linked to a property.

Linking booleans

Boolean properties can be used to control layer visibility.