Skip to main content

PropertyDefinition

Represents a property

type PropertyDefinition {
id: Int!
group: PropertyGroup
priority: Int
visible: Boolean
predefinedValues: [PropertyPredefinedValue]
genericLanguage: Boolean
}

Fields

id ● Int!

Internal id of the property

group ● PropertyGroup

Which group is the property connected to

priority ● Int

The priority of the property

visible ● Boolean

Is this property visible

predefinedValues ● [PropertyPredefinedValue]

The predefined values of the property

genericLanguage ● Boolean

Is the property generic for all languages

Example

{
"group": {
"name": [
{
"language": "EN",
"value": "String"
}
]
},
"predefinedValues": [
{}
]
}