Skip to main content

Module store

Module store 

Source
Expand description

Headless runtime store (B-layer) for node graphs.

This is the ergonomic “single entry point” that B-layer consumers want:

  • authoritative Graph (serializable document),
  • per-user/per-project NodeGraphViewState (pan/zoom/selection),
  • undo/redo history (GraphHistory),
  • dispatch methods that return a full-fidelity NodeGraphPatch.

Structs§

DispatchOutcome
Dispatch outcome for store actions.
NodeGraphStore
Minimal B-layer store.

Enums§

DispatchError