Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the text node |
type | string ("TextLabelNode" ) | - |
position | Flow Board Position | - |
text | string | - |
width | number | - |
Example
{
"id": "610cd30ff252160033aa5ab9",
"type": "TextLabelNode",
"text": "Authentication check",
"width": 10,
"position": {
"x": 23,
"y": 45
}
}