Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the shape node |
type | string ("ShapeNode" ) | - |
shape_type | string ("rectangle" , "pill" or "diamond" ) | - |
position | Flow Board Position | - |
text | string | - |
width | number | - |
height | number | - |
color | Flow Board Node Color | - |
Example
{
"id": "610cd30ff252160033aa5ab9",
"type": "ShapeNode",
"shape_type": "rectangle",
"text": "Login",
"width": 100,
"height": 100,
"color": {
"r": 255,
"g": 255,
"b": 0,
"a": 1
},
"position": {
"x": 23,
"y": 45
}
}