Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "nodes": [
- {
- "width": 80,
- "height": 45,
- "id": "start_node_default",
- "type": "Start",
- "position": {
- "x": 10,
- "y": 10
- },
- "data": {},
- "positionAbsolute": {
- "x": 10,
- "y": 10
- },
- "selected": false
- },
- {
- "width": 250,
- "height": 211,
- "id": "chain_node_default",
- "type": "Message",
- "selected": false,
- "position": {
- "x": 200,
- "y": 100
- },
- "data": {
- "nodes": [
- {
- "id": "sub_node_default",
- "type": "Text",
- "content": {
- "text": "123",
- "type": ""
- },
- "buttons": [],
- "state": {}
- },
- {
- "id": "sub_node_39c2383e-7efb-4be8-b2ab-137e94f8d451",
- "type": "Answer",
- "content": {
- "answer": [
- "1",
- "2",
- "3"
- ],
- "validate": "String",
- "variable": "123231",
- "errorMessage": "Будь ласка, введіть хоча б один текстовий символ",
- "message": ""
- },
- "buttons": [],
- "state": {}
- }
- ]
- },
- "positionAbsolute": {
- "x": 200,
- "y": 100
- },
- "dragging": false
- }
- ],
- "edges": [
- {
- "source": "start_node_default",
- "sourceHandle": "start_node_default",
- "target": "chain_node_default",
- "targetHandle": "chain_node_default",
- "id": "reactflow__edge-start_node_default-chain_node_default",
- "selected": false
- }
- ],
- "errors": {}
- }
Advertisement
Add Comment
Please, Sign In to add comment