Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the variant group node |
type | string ("VariantGroupNode" ) | - |
position | Flow Board Position | - |
variant_group | Object Reference | - |
default_variant | Object Reference | - |
Example
{
"id": "610cd30ff252160033aa5ab9",
"type": "VariantGroupNode",
"variant_group": {
"id": "60019c81b51d170c91de7623"
},
"default_variant": {
"id": "60a36e45217f0d329834774e"
},
"position": {
"x": 23,
"y": 45
}
}