Frontmatter
| id | 8244 |
| title | [Neural Link] Implement toJSON in grid.column subclasses |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Jan 1, 2026, 3:36 AM |
| updatedAt | Jan 1, 2026, 3:57 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8244 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 1, 2026, 3:57 AM |
[Neural Link] Implement toJSON in grid.column subclasses
tobiu added parent issue #8200 on Jan 1, 2026, 3:36 AM

tobiu
Jan 1, 2026, 3:54 AM
Input from Gemini:
✦ Implemented
toJSONin:
src/grid/column/Component.mjs(handlescomponentserialization including module references)src/grid/column/Index.mjsIntroduced
serializeConfiginsrc/core/Base.mjsto handle recursive config serialization (Objects, Arrays, NeoClasses).
tobiu assigned to @tobiu on Jan 1, 2026, 3:57 AM
tobiu closed this issue on Jan 1, 2026, 3:57 AM
Implement
toJSON()in:src/grid/column/Component.mjssrc/grid/column/Index.mjsTo serialize specific configs like
component,recordProperty,useBindings, andzeroBased.