Foblex Flow
Introduction
Overview
Nodes
Custom Nodes
Drag Handle
Node Selection
Resize Handle
Rotate Handle
Grouping
Drag to Group
Connectors
Node as Connector
Connector Inside Node
Connector Outlet
Limiting Connections
Connection Rules
Connectable Side
Updated
Connections
Drag to Connect
Drag to Reassign
Create Node on Connection Drop
Remove Connection on Drop
Assign Node to Connection on Drop
Auto Snap
Connection Types (Straight, Segment, Bezier, Adaptive Curve)
Custom Connection Type
Connection Behaviours
Connection Markers
Connection Content
Updated
Connection Waypoints
New
Connection Gradients
Updated
Connection Connectable Side
New
Extensions
Auto Pan
New
Add Node from Palette
Selection Area
Help in Positioning (Legacy)
Deprecated
Magnetic Lines
New
Magnetic Rects
New
Grid System
Minimap
Zoom
Background
Plugins
Dagre Layout
New
Dagre Auto Layout
New
ELK.js Layout
New
ELK.js Auto Layout
New
Advanced
Large Scene Performance
Connection Redraw Performance
Updated
Cut/Copy/Paste
Undo/Redo
Undo/Redo V2
Drag Start/End Events
Custom Event Triggers
Reference Apps
AI Low-Code Platform
Updated
Schema Designer
Updated
Call Center Flow
Updated
UML Diagram
Updated
Tournament Bracket
Updated
Foblex Flow

Schema Designer

Example

This example shows how to build a schema editor on top of Foblex Flow. It combines draggable table nodes, inline column editing, connection creation and reassignment, context-menu actions, and viewport tooling into a canvas that feels closer to a real admin product than a minimal graph demo.

User-Facing Capabilities

  • Drag tables around the canvas and keep existing relations attached.
  • Create a relation by dragging from one column to another.
  • Reassign an existing relation to a different target column.
  • Edit column names and column data types inline.
  • Open a context menu on the canvas, a table, a column, or a relation.
  • Create new tables and columns directly from the editor.
  • Change a column key to primary, unique, index, or none.
  • Change relation cardinality from the inline relation toolbar.
  • Delete the currently targeted column, table, or relation.
  • Use selection area, minimap, zoom, reset, fit-to-screen, and theme toggle controls.

Foblex Flow Features Used

  • f-flow and f-canvas as the root editing surface.
  • fZoom for canvas-scale control.
  • fNode for draggable table nodes.
  • fNodeInput and fNodeOutput for column-level connectors.
  • fConnection for rendered schema relations.
  • fConnectionForCreate for drag-to-connect creation.
  • fSnapConnection for snap-assisted relation reassignment.
  • fCreateConnection, fReassignConnection, and fSelectionChange events for synchronizing editor state.
  • fConnectionContent for the floating relation toolbar.
  • fBackground, fCirclePattern, fMagneticLines, fSelectionArea, and fMinimap for editor ergonomics.

Why It Matters

This is the strongest reference app in the repo when you need to embed Foblex Flow into a broader CRUD-oriented Angular screen. It demonstrates how the canvas can live alongside forms, menus, detail actions, and editor-like state instead of being treated as an isolated widget.

Links

Edit this page on GitHub