Canvas

Canvas Hooks

Status: active
DocsCanvasCanvas Hooks

Canvas Hooks

Status: active Last updated: 2026-04-15

What This Page Covers

This page explains the hooks that prepare graph data for rendering and interaction.

Key Responsibilities

  • Filter visible nodes and edges
  • Apply search, status, and confidence filters
  • Adapt domain graph data into React Flow data
  • Keep render state in sync with the current workspace graph

Why It Matters

This hook is the bridge between the domain graph and the visual board. If the canvas looks wrong, this is one of the first places to inspect.