Expand description
Drone + run types. Mirrors the frontend shape so RPC payloads
flow through serde_json::to_value without manual mapping.
Structs§
- Block
State - Drone
Definition - Wstore row shape. Matches
db_drone_definitionsschema. - Drone
Graph - Top-level graph payload — what the canvas saves and the executor reads.
- Drone
Run - One row in
db_drone_runs. Append-only history of executions. - Drone
Viewport - Flow
Edge - xyflow
Edge— source/target ids, optional handle ids. - Flow
Node - Position-and-data shape of a node on the canvas. Mirrors xyflow’s
Node— id, position, data, type are the fields the canvas reads. Anything insidedatais block-specific config. - Node
Position