10 |
10 |
37 | )}
38 |
70 | )}
71 | State updated.
38 |
45 | Graph interrupted. Next: {props.state.next}
46 |
State updated.
33 |
40 | Graph interrupted. Next: {props.state.next}
41 |
44 | If you'd like to update the state, enter valid JSON to the input 45 | below: 46 |
47 | { 49 | try { 50 | const parsed = JSON.parse(e.target.value); 51 | setIsValidJson(true); 52 | setNewState(parsed); 53 | } catch (e) { 54 | setIsValidJson(false); 55 | } 56 | }} 57 | className="bg-gray-800 text-white px-4 py-2 rounded-lg mt-2" 58 | /> 59 | {!isValidJson &&Invalid JSON
} 60 | 63 | setAsNode(e.target.value)} 66 | id="asNode" 67 | className="bg-gray-800 text-white px-4 py-2 rounded-lg mt-2" 68 | /> 69 | 76 |68 | Click{" "} 69 | 74 | here 75 | {" "} 76 | to read the Stockbroker docs. 77 |
78 | 79 | 80 |82 | {" "} 83 | Or, click{" "} 84 | 89 | here 90 | {" "} 91 | to read the REST API docs. 92 |
93 | 94 |{name}
54 |Arguments:
67 | 68 | {isParsedArgsDefined && parsedArgs ? ( 69 |{args}
81 | ) : ( 82 |{JSON.stringify(args, null, 2)}
83 | )}
84 |
85 | Result:
95 |{resultString}
} 111 |{name}
54 |Arguments:
67 | 68 | {isParsedArgsDefined && parsedArgs ? ( 69 |{args}
81 | ) : ( 82 |{JSON.stringify(args, null, 2)}
83 | )}
84 |
85 | Result:
95 |{resultString}
} 111 |