React Flow Node Create React Flow node components following established patterns with proper TypeScript types and store integration. Quick Start Copy templates from assets/ and replace placeholders: - → PascalCase component name (e.g., ) - → kebab-case type identifier (e.g., ) - → Data interface name (e.g., ) Templates - assets/template.tsx - Node component - assets/types.template.ts - TypeScript definitions Node Component Pattern Type Definition Pattern Integration Steps 1. Add type to 2. Create component in 3. Export from 4. Add defaults in 5. Register in canvas 6. Add to AddBlockMenu and C…