Expand description
On-disk wrapper formats, view state, and editor configuration.
Structs§
- Graph
File V1 - Graph persistence file (v1).
- Node
Graph Auto PanTuning - Auto-pan tuning for drag/connect/focus workflows.
- Node
Graph Connection Interaction - Connection gesture and edge interaction settings resolved for runtime use.
- Node
Graph Delete Interaction - Delete policy and keyboard binding resolved for runtime use.
- Node
Graph Editor Config - Persisted editor configuration stored alongside pure view state.
- Node
Graph Editor State File - Project-scoped editor-state persistence file.
- Node
Graph Frame View Interaction - Programmatic viewport framing behaviour resolved for runtime use.
- Node
Graph Interaction Config - Persisted interaction configuration stored alongside view state.
- Node
Graph Interaction State - Resolved runtime interaction state assembled from persisted config and runtime tuning.
- Node
Graph KeyCode - Serialized key code (a
keyboard_types::Code), stored as a string like"Space"or"KeyA". - Node
Graph Keyboard Interaction - Keyboard accessibility and nudge settings resolved for runtime use.
- Node
Graph Modifiers - Keyboard modifier state used by headless interaction policies.
- Node
Graph Node Drag Interaction - Node dragging, snapping, and node-space settings resolved for runtime use.
- Node
Graph Node Origin - Node origin (anchor) used to interpret
Node.pos(XyFlownodeOrigin). - Node
Graph Paint Cache Prune Tuning - Tuning reserved for renderer/runtime paint-cache pruning.
- Node
Graph PanInertia Tuning - Momentum configuration for canvas panning.
- Node
Graph PanInteraction - Canvas pan behaviour resolved for runtime use.
- Node
Graph PanOn Drag Buttons - Node
Graph Pure View State - Pure persisted view-state payload.
- Node
Graph Rendering Interaction - Rendering and cache tuning resolved for runtime use.
- Node
Graph Runtime Tuning - Persisted runtime-heavy tuning for the node graph editor.
- Node
Graph Selection Interaction - Selection behaviour resolved for runtime use.
- Node
Graph Spatial Index Tuning - Tuning for the optional indexed spatial-query backend.
- Node
Graph View State - Node graph editor view-state.
- Node
Graph Zoom Interaction - Viewport zoom behaviour resolved for runtime use.
Enums§
- Graph
File Error - Errors for reading/writing graph files.
- Node
Graph BoxSelect Edges - Behavior for selecting edges during marquee (box) selection.
- Node
Graph Connection Mode - Connection mode for selecting/validating target ports during connection gestures.
- Node
Graph Delete Key - Delete key binding for removing the current selection (XyFlow
deleteKeyCode). - Node
Graph Drag Handle Mode - Where node dragging can start from.
- Node
Graph Editor State File Error - Errors for reading/writing editor-state files.
- Node
Graph Modifier Key - Modifier requirement for interaction activation (XyFlow mental model).
- Node
Graph Nudge Step Mode - Nudge step semantics for keyboard-driven movement.
- Node
Graph PanOn Scroll Mode - Node
Graph Selection Mode - Behavior for selecting nodes during marquee (box) selection.
- Node
Graph Viewport Ease - Easing curve for animated viewport changes (XyFlow
fitViewOptions.ease).
Constants§
- EDITOR_
STATE_ FILE_ VERSION - Editor-state file format version.
- GRAPH_
FILE_ VERSION - Graph file format version (v1).