Skip to main content

属性

每个蓝图的 "模式 "下都有一个 "属性 "部分。 在这一部分,您可以定义描述资产的所有独特属性。

结构

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

下表列出了构成基本属性定义的不同组成部分:

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.
属性名称是属性对象的键。 例如,在上面的代码块中,属性名称是myProp

支持的属性

杂项

可用的枚举颜色

使用enum 定义的属性还可以为属性定义中可用的不同值包含特定的颜色,可用的枚举颜色有

blue
turquoise
orange
purple
pink
yellow
green
red
darkGray
lightGray
bronze