Skip to main content

Properties

Each blueprint has a properties section under its schema. In this section, you can define all of the unique properties that describe your asset.

Structureโ€‹

{
"myProp": {
"title": "My property",
"icon": "My icon",
"description": "My property",
"type": "property_type"
}
}

The different components that make up a basic property definition are listed in the following table:

FieldDescription
titleProperty title
typeMandatory field. The data type of the property.
iconIcon for the property

See the full icon list.
descriptionDescription of the property.
This value is visible to users when hovering on the info icon in the UI. It provides detailed information about the use of a specific property.
defaultDefault value for this property in case an entity is created without explicitly providing a value.
tip

The name of the property is the key of the property object. For example, in the code block above, the name of the property is myProp

Supported propertiesโ€‹

Miscellaneousโ€‹

Available enum colorsโ€‹

Properties defined using enum can also include specific colors for the different values available in the property definition, the available enum colors are:

blue
turquoise
orange
purple
pink
yellow
green
red
darkGray
lightGray
bronze