You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins should be able to specify a graph field for state, as well as return a graph as output.
If a State has a graph field then the IDE should display a readonly version of the graph when that State is selected in the debugger.
This way a plugin can demonstrate modifying a graph, and can produce new graphs. (New graphs would be opened in a new tab or saved in the IDE.)
The text was updated successfully, but these errors were encountered:
Plugins should be able to specify a
graph
field for state, as well as return a graph as output.If a State has a
graph
field then the IDE should display a readonly version of the graph when that State is selected in the debugger.This way a plugin can demonstrate modifying a graph, and can produce new graphs. (New graphs would be opened in a new tab or saved in the IDE.)
The text was updated successfully, but these errors were encountered: