Visualization Development Overview
RuleGo provides Go APIs for visual configuration, which you can use to build custom visual editors or low-code platforms. These APIs handle component form definitions, rule chain configuration read/write, and layout information management.
If you need a ready-to-use visual editor, see RuleGo-Server Visual Editor.
# API List
| API | Description |
|---|---|
| Get Component Configuration Forms | Scan registered components and generate form definitions |
| Component Form Conventions | Config struct tags and auto-generation rules |
| Get Rule Chain Configuration | Get rule chain DSL for display |
| Get Rule Chain Node Configuration | Get single node configuration |
| Batch Initialize Rule Chains | Batch load rule chains from a folder |
| Delete Rule Chain Instance | Delete rule chain and release resources |
| Save Rule Chain Layout | Node layout coordinate storage |
Edit this page on GitHub (opens new window)
Last Updated: 2026/05/30, 11:18:53