ReactFlowJsonObject
你的流程的 JSON 兼容表示。你可以使用它将流程保存到数据库中,例如以后再加载回来。
🌐 A JSON-compatible representation of your flow. You can use this to save the flow to a database for example and load it back in later.
字段
🌐 Fields
| Name | Type | Default |
|---|---|---|
nodes | NodeType[] | |
edges | EdgeType[] | |
viewport | Viewport |
Last updated on