Flow Board Text Node

Type: object

AttributeTypeDescription
idstringThe unique id of the text node
typestring ("TextLabelNode")-
positionFlow Board Position-
textstring-
widthnumber-

Example

{
  "id": "610cd30ff252160033aa5ab9",
  "type": "TextLabelNode",
  "text": "Authentication check",
  "width": 10,
  "position": {
    "x": 23,
    "y": 45
  }
}